#23066C

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

Shades of Persian Indigo #23066C

Tints of Persian Indigo #23066C

Color information

#23066C (or 0x23066C) is unknown color: approx Persian Indigo. HEX triplet: 23, 06 and 6C. RGB value is (35,6,108). Sum of RGB (Red+Green+Blue) = 35+6+108=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #23066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23066C is #DCF993. Grayscale: #191919. Windows color (decimal): -14481812 or 7079459. OLE color: 7079459.

HSL color Cylindrical-coordinate representation of color #23066C: hue angle of 257.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23066C is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB356108-
CMYK0.680.9400.58
HSL257.06º89.47%22.35%-
HSV(B)257.06º94.44%42.35%-
XYZ3.471.5714.31-
YUV26.3174.11134.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 108 (42.58% from 255) = 72.48%
R=23.49%
G=4.03%
B=72.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3561080.680.9400.58257.0689.4722.35
Hex2366C445E03A1015916
Octal43615410413607240113126
Binary1000111101101100100010010111100111010100000001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23066C; }

 p { color: rgb(35,6,108); }

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

<style>
 a { background-color: #23066C; }

 a { background-color: rgb(35,6,108); }

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

<style>
 span { border-color: #23066C; }

 span { border-color: rgb(35,6,108); }

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