Html Css Color HEX #23025E Persian Indigo

📋 copy color: '#23025E'

red 35 ◦ green 2 ◦ blue 94

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

Shades of Persian Indigo #23025E

Tints of Persian Indigo #23025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 26.72%
G = 1.53%
B = 71.76%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23025E (or 0x23025E) is known color: Persian Indigo. HEX triplet: 23, 02 and 5E. RGB value is (35,2,94). Sum of RGB (Red+Green+Blue) = 35+2+94=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #23025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23025E is #DCFDA1. Grayscale: #161616. Windows color (decimal): -14482850 or 6160931. OLE color: 6160931.

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

Color convert

RGB 35 2 94 -
CMYK 0.63 0.98 0 0.63
HSL 261.52º 0.96% 0.19% -
HSV(B) 261.52º 0.98% 0.37% -
XYZ 2.74 1.21 10.68 -
YUV 22.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 35 2 94 0.63 0.98 0 0.63 261.52 0.96 0.19
Hex 23 2 5E 3F 62 0 3F 106 60 13
Octal 43 2 136 77 142 0 77 406 140 23
Binary 100011 10 1011110 111111 1100010 0 111111 100000110 1100000 10011

Color Harmonies of #23025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23025E

Black with #23025E

Text Example


Text Example

White with #23025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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