Html Css Color HEX #23107E Persian Indigo

📋 copy color: '#23107E'

red 35 ◦ green 16 ◦ blue 126

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

Shades of Persian Indigo #23107E

Tints of Persian Indigo #23107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 126 (49.61% from 255) = 71.19%

R = 19.77%
G = 9.04%
B = 71.19%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23107E (or 0x23107E) is known color: Persian Indigo. HEX triplet: 23, 10 and 7E. RGB value is (35,16,126). Sum of RGB (Red+Green+Blue) = 35+16+126=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 126 (49.61% from 255 or 71.19% from 177); Max value from RGB is 126 - color contains mainly: blue. Hex color #23107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23107E is #DCEF81. Grayscale: #212121. Windows color (decimal): -14479234 or 8261667. OLE color: 8261667.

HSL color Cylindrical-coordinate representation of color #23107E: hue angle of 250.36º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23107E is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 16 126 -
CMYK 0.72 0.87 0 0.51
HSL 250.36º 0.77% 0.28% -
HSV(B) 250.36º 0.87% 0.49% -
XYZ 4.64 2.23 19.93 -
YUV 34.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 35 16 126 0.72 0.87 0 0.51 250.36 0.77 0.28
Hex 23 10 7E 48 57 0 33 FA 4D 1C
Octal 43 20 176 110 127 0 63 372 115 34
Binary 100011 10000 1111110 1001000 1010111 0 110011 11111010 1001101 11100

Color Harmonies of #23107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23107E

Black with #23107E

Text Example


Text Example

White with #23107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23107E; }

 p { color: rgb(35,16,126); }

 H1.HeaderClassName
 {
   color: #23107E;
 }
 .AnyTagClassName
 {
   color: #23107E;
 }
</style>

background-color css

<style>
 a { background-color: #23107E; }

 a { background-color: rgb(35,16,126); }

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

border-color css

<style>
 span { border-color: #23107E; }

 span { border-color: rgb(35,16,126); }

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