#23097F

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

Shades of Persian Indigo #23097F

Tints of Persian Indigo #23097F

Color information

#23097F (or 0x23097F) is unknown color: approx Persian Indigo. HEX triplet: 23, 09 and 7F. RGB value is (35,9,127). Sum of RGB (Red+Green+Blue) = 35+9+127=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #23097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23097F is #DCF680. Grayscale: #1D1D1D. Windows color (decimal): -14481025 or 8325411. OLE color: 8325411.

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

Color convert

RGB359127-
CMYK0.720.9300.50
HSL253.22º86.76%26.67%-
HSV(B)253.22º92.91%49.8%-
XYZ4.622.0920.24-
YUV30.23182.61131.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 127 (50% from 255) = 74.27%
R=20.47%
G=5.26%
B=74.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3591270.720.9300.50253.2286.7626.67
Hex2397F485D032fd571b
Octal431117711013506237512733
Binary1000111001111111110010001011101011001011111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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