#23097B

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

Shades of Persian Indigo #23097B

Tints of Persian Indigo #23097B

Color information

#23097B (or 0x23097B) is unknown color: approx Persian Indigo. HEX triplet: 23, 09 and 7B. RGB value is (35,9,123). Sum of RGB (Red+Green+Blue) = 35+9+123=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #23097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23097B is #DCF684. Grayscale: #1D1D1D. Windows color (decimal): -14481029 or 8063267. OLE color: 8063267.

HSL color Cylindrical-coordinate representation of color #23097B: hue angle of 253.68º degrees, saturation: 0.86, 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 #23097B is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB359123-
CMYK0.720.9300.52
HSL253.68º86.36%25.88%-
HSV(B)253.68º92.68%48.24%-
XYZ4.371.9818.89-
YUV29.77180.61131.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 123 (48.44% from 255) = 73.65%
R=20.96%
G=5.39%
B=73.65%

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
Decimal3591230.720.9300.52253.6886.3625.88
Hex2397B485D034fe561a
Octal431117311013506437612632
Binary1000111001111101110010001011101011010011111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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