Html Css Color HEX #23057E Persian Indigo

📋 copy color: '#23057E'

red 35 ◦ green 5 ◦ blue 126

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

Shades of Persian Indigo #23057E

Tints of Persian Indigo #23057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 21.08%
G = 3.01%
B = 75.9%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23057E (or 0x23057E) is known color: Persian Indigo. HEX triplet: 23, 05 and 7E. RGB value is (35,5,126). Sum of RGB (Red+Green+Blue) = 35+5+126=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 126 (49.61% from 255 or 75.90% from 166); Max value from RGB is 126 - color contains mainly: blue. Hex color #23057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23057E is #DCFA81. Grayscale: #1B1B1B. Windows color (decimal): -14482050 or 8258851. OLE color: 8258851.

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

Color convert

RGB 35 5 126 -
CMYK 0.72 0.96 0 0.51
HSL 254.88º 0.92% 0.26% -
HSV(B) 254.88º 0.96% 0.49% -
XYZ 4.51 1.97 19.88 -
YUV 27.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 35 5 126 0.72 0.96 0 0.51 254.88 0.92 0.26
Hex 23 5 7E 48 60 0 33 FF 5C 1A
Octal 43 5 176 110 140 0 63 377 134 32
Binary 100011 101 1111110 1001000 1100000 0 110011 11111111 1011100 11010

Color Harmonies of #23057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23057E

Black with #23057E

Text Example


Text Example

White with #23057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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