Html Css Color HEX #25046E Persian Indigo

📋 copy color: '#25046E'

red 37 ◦ green 4 ◦ blue 110

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

Shades of Persian Indigo #25046E

Tints of Persian Indigo #25046E

RGB

 RED value IS 37 (14.84% from 255) = 24.5%

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 110 (43.36% from 255) = 72.85%

R = 24.5%
G = 2.65%
B = 72.85%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25046E (or 0x25046E) is known color: Persian Indigo. HEX triplet: 25, 04 and 6E. RGB value is (37,4,110). Sum of RGB (Red+Green+Blue) = 37+4+110=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #25046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25046E is #DAFB91. Grayscale: #191919. Windows color (decimal): -14351250 or 7210021. OLE color: 7210021.

HSL color Cylindrical-coordinate representation of color #25046E: hue angle of 258.68º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25046E is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 4 110 -
CMYK 0.66 0.96 0 0.57
HSL 258.68º 0.93% 0.22% -
HSV(B) 258.68º 0.96% 0.43% -
XYZ 3.62 1.61 14.87 -
YUV 25.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 37 4 110 0.66 0.96 0 0.57 258.68 0.93 0.22
Hex 25 4 6E 42 60 0 39 103 5D 16
Octal 45 4 156 102 140 0 71 403 135 26
Binary 100101 100 1101110 1000010 1100000 0 111001 100000011 1011101 10110

Color Harmonies of #25046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25046E

Black with #25046E

Text Example


Text Example

White with #25046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,4,110); }

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

background-color css

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

 a { background-color: rgb(37,4,110); }

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

border-color css

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

 span { border-color: rgb(37,4,110); }

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