#23087B

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

Shades of Persian Indigo #23087B

Tints of Persian Indigo #23087B

Color information

#23087B (or 0x23087B) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 7B. RGB value is (35,8,123). Sum of RGB (Red+Green+Blue) = 35+8+123=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #23087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23087B is #DCF784. Grayscale: #1C1C1C. Windows color (decimal): -14481285 or 8063011. OLE color: 8063011.

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

Color convert

RGB358123-
CMYK0.720.9300.52
HSL254.09º87.79%25.69%-
HSV(B)254.09º93.5%48.24%-
XYZ4.361.9618.89-
YUV29.18180.95132.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=21.08%
G=4.82%
B=74.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3581230.720.9300.52254.0987.7925.69
Hex2387B485D034fe581a
Octal431017311013506437613032
Binary1000111000111101110010001011101011010011111110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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