#23076E

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

Shades of Persian Indigo #23076E

Tints of Persian Indigo #23076E

Color information

#23076E (or 0x23076E) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 6E. RGB value is (35,7,110). Sum of RGB (Red+Green+Blue) = 35+7+110=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #23076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23076E is #DCF891. Grayscale: #1A1A1A. Windows color (decimal): -14481554 or 7210787. OLE color: 7210787.

HSL color Cylindrical-coordinate representation of color #23076E: hue angle of 256.31º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23076E is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB357110-
CMYK0.680.9400.57
HSL256.31º88.03%22.94%-
HSV(B)256.31º93.64%43.14%-
XYZ3.581.6414.88-
YUV27.11174.78133.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 110 (43.36% from 255) = 72.37%
R=23.03%
G=4.61%
B=72.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3571100.680.9400.57256.3188.0322.94
Hex2376E445E0391005817
Octal43715610413607140013027
Binary1000111111101110100010010111100111001100000000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23076E; }

 p { color: rgb(35,7,110); }

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

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

 a { background-color: rgb(35,7,110); }

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

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

 span { border-color: rgb(35,7,110); }

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