Html Css Color HEX #23096C Persian Indigo

📋 copy color: '#23096C'

red 35 ◦ green 9 ◦ blue 108

#23096C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #23096C

Tints of Persian Indigo #23096C

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 value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23096C (or 0x23096C) is known color: 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

RGB 35 9 108 -
CMYK 0.68 0.92 0 0.58
HSL 255.76º 0.85% 0.23% -
HSV(B) 255.76º 0.92% 0.42% -
XYZ 3.5 1.64 14.32 -
YUV 28.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 35 9 108 0.68 0.92 0 0.58 255.76 0.85 0.23
Hex 23 9 6C 44 5C 0 3A 100 55 17
Octal 43 11 154 104 134 0 72 400 125 27
Binary 100011 1001 1101100 1000100 1011100 0 111010 100000000 1010101 10111

Color Harmonies of #23096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23096C

Black with #23096C

Text Example


Text Example

White with #23096C

Text Example


Text Example

HTML Codes & Css Web 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>