Html Css Color HEX #23097C Persian Indigo

📋 copy color: '#23097C'

red 35 ◦ green 9 ◦ blue 124

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

Shades of Persian Indigo #23097C

Tints of Persian Indigo #23097C

RGB

 RED value IS 35 (14.06% from 255) = 20.83%

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 124 (48.83% from 255) = 73.81%

R = 20.83%
G = 5.36%
B = 73.81%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23097C (or 0x23097C) is known color: Persian Indigo. HEX triplet: 23, 09 and 7C. RGB value is (35,9,124). Sum of RGB (Red+Green+Blue) = 35+9+124=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #23097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23097C is #DCF683. Grayscale: #1D1D1D. Windows color (decimal): -14481028 or 8128803. OLE color: 8128803.

HSL color Cylindrical-coordinate representation of color #23097C: hue angle of 253.57º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23097C is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 9 124 -
CMYK 0.72 0.93 0 0.51
HSL 253.57º 0.86% 0.26% -
HSV(B) 253.57º 0.93% 0.49% -
XYZ 4.43 2.01 19.22 -
YUV 29.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 35 9 124 0.72 0.93 0 0.51 253.57 0.86 0.26
Hex 23 9 7C 48 5D 0 33 FE 56 1A
Octal 43 11 174 110 135 0 63 376 126 32
Binary 100011 1001 1111100 1001000 1011101 0 110011 11111110 1010110 11010

Color Harmonies of #23097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23097C

Black with #23097C

Text Example


Text Example

White with #23097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23097C;
 }
 .AnyTagClassName
 {
   color: #23097C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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