Html Css Color HEX #23005E Persian Indigo

📋 copy color: '#23005E'

red 35 ◦ green 0 ◦ blue 94

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

Shades of Persian Indigo #23005E

Tints of Persian Indigo #23005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 72.87%

R = 27.13%
G = 0%
B = 72.87%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23005E (or 0x23005E) is known color: Persian Indigo. HEX triplet: 23, 00 and 5E. RGB value is (35,0,94). Sum of RGB (Red+Green+Blue) = 35+0+94=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 94 (37.11% from 255 or 72.87% from 129); Max value from RGB is 94 - color contains mainly: blue. Hex color #23005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23005E is #DCFFA1. Grayscale: #141414. Windows color (decimal): -14483362 or 6160419. OLE color: 6160419.

HSL color Cylindrical-coordinate representation of color #23005E: hue angle of 262.34º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23005E is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 0 94 -
CMYK 0.63 1 0 0.63
HSL 262.34º 1% 0.18% -
HSV(B) 262.34º 1% 0.37% -
XYZ 2.71 1.17 10.67 -
YUV 21.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 35 0 94 0.63 1 0 0.63 262.34 1 0.18
Hex 23 0 5E 3F 64 0 3F 106 64 12
Octal 43 0 136 77 144 0 77 406 144 22
Binary 100011 0 1011110 111111 1100100 0 111111 100000110 1100100 10010

Color Harmonies of #23005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23005E

Black with #23005E

Text Example


Text Example

White with #23005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,0,94); }

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

background-color css

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

 a { background-color: rgb(35,0,94); }

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

border-color css

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

 span { border-color: rgb(35,0,94); }

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