Html Css Color HEX #23017C Persian Indigo

📋 copy color: '#23017C'

red 35 ◦ green 1 ◦ blue 124

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

Shades of Persian Indigo #23017C

Tints of Persian Indigo #23017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 21.88%
G = 0.63%
B = 77.5%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23017C (or 0x23017C) is known color: Persian Indigo. HEX triplet: 23, 01 and 7C. RGB value is (35,1,124). Sum of RGB (Red+Green+Blue) = 35+1+124=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #23017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23017C is #DCFE83. Grayscale: #181818. Windows color (decimal): -14483076 or 8126755. OLE color: 8126755.

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

Color convert

RGB 35 1 124 -
CMYK 0.72 0.99 0 0.51
HSL 256.59º 0.98% 0.25% -
HSV(B) 256.59º 0.99% 0.49% -
XYZ 4.34 1.83 19.19 -
YUV 25.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 35 1 124 0.72 0.99 0 0.51 256.59 0.98 0.25
Hex 23 1 7C 48 63 0 33 101 62 19
Octal 43 1 174 110 143 0 63 401 142 31
Binary 100011 1 1111100 1001000 1100011 0 110011 100000001 1100010 11001

Color Harmonies of #23017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23017C

Black with #23017C

Text Example


Text Example

White with #23017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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