#23087F

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

Shades of Persian Indigo #23087F

Tints of Persian Indigo #23087F

Color information

#23087F (or 0x23087F) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 7F. RGB value is (35,8,127). Sum of RGB (Red+Green+Blue) = 35+8+127=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #23087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23087F is #DCF780. Grayscale: #1D1D1D. Windows color (decimal): -14481281 or 8325155. OLE color: 8325155.

HSL color Cylindrical-coordinate representation of color #23087F: hue angle of 253.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23087F is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB358127-
CMYK0.720.9400.50
HSL253.61º88.15%26.47%-
HSV(B)253.61º93.7%49.8%-
XYZ4.612.0620.23-
YUV29.64182.95131.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 127 (50% from 255) = 74.71%
R=20.59%
G=4.71%
B=74.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3581270.720.9400.50253.6188.1526.47
Hex2387F485E032fe581a
Octal431017711013606237613032
Binary1000111000111111110010001011110011001011111110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23087F; }

 p { color: rgb(35,8,127); }

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

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

 a { background-color: rgb(35,8,127); }

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

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

 span { border-color: rgb(35,8,127); }

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