#231381

Color #231381 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #231381

Tints of Persian Indigo #231381

Color information

#231381 (or 0x231381) is unknown color: approx Persian Indigo. HEX triplet: 23, 13 and 81. RGB value is (35,19,129). Sum of RGB (Red+Green+Blue) = 35+19+129=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #231381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231381 is #DCEC7E. Grayscale: #232323. Windows color (decimal): -14478463 or 8459043. OLE color: 8459043.

HSL color Cylindrical-coordinate representation of color #231381: hue angle of 248.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231381 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3519129-
CMYK0.730.8500.49
HSL248.73º74.32%29.02%-
HSV(B)248.73º85.27%50.59%-
XYZ4.892.4120.98-
YUV36.32180.3127.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 129 (50.78% from 255) = 70.49%
R=19.13%
G=10.38%
B=70.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35191290.730.8500.49248.7374.3229.02
Hex2313814955031f94a1d
Octal432320111112506137111235
Binary100011100111000000110010011010101011000111111001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231381; }

 p { color: rgb(35,19,129); }

 H1.HeaderClassName
 {
   color: #231381;
 }
 .AnyTagClassName
 {
   color: #231381;
 }
</style>
background-color css

<style>
 a { background-color: #231381; }

 a { background-color: rgb(35,19,129); }

 div.DivClassName
 {
   background-color: #231381;
 }
 .BgClassName
 {
   background-color: #231381;
 }
</style>
border-color css

<style>
 span { border-color: #231381; }

 span { border-color: rgb(35,19,129); }

 td.TdClassName
 {
   border-color: #231381;
 }
 .TagClassName
 {
   border-color: #231381;
 }
</style>