#23096C

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

Shades of Persian Indigo #23096C

Tints of Persian Indigo #23096C

Color information

#23096C (or 0x23096C) is unknown color: approx Persian Indigo. HEX triplet: 23, 09 and 6C. RGB value is (35,9,108). Sum of RGB (Red+Green+Blue) = 35+9+108=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #23096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23096C is #DCF693. Grayscale: #1B1B1B. Windows color (decimal): -14481044 or 7080227. OLE color: 7080227.

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

Color convert

RGB359108-
CMYK0.680.9200.58
HSL255.76º84.62%22.94%-
HSV(B)255.76º91.67%42.35%-
XYZ3.51.6414.32-
YUV28.06173.11132.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=23.03%
G=5.92%
B=71.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3591080.680.9200.58255.7684.6222.94
Hex2396C445C03A1005517
Octal431115410413407240012527
Binary10001110011101100100010010111000111010100000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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