Html Css Color HEX #25126E Persian Indigo

📋 copy color: '#25126E'

red 37 ◦ green 18 ◦ blue 110

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

Shades of Persian Indigo #25126E

Tints of Persian Indigo #25126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 22.42%
G = 10.91%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25126E (or 0x25126E) is known color: Persian Indigo. HEX triplet: 25, 12 and 6E. RGB value is (37,18,110). Sum of RGB (Red+Green+Blue) = 37+18+110=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #25126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25126E is #DAED91. Grayscale: #212121. Windows color (decimal): -14347666 or 7213605. OLE color: 7213605.

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

Color convert

RGB 37 18 110 -
CMYK 0.66 0.84 0 0.57
HSL 252.39º 0.72% 0.25% -
HSV(B) 252.39º 0.84% 0.43% -
XYZ 3.79 1.95 14.93 -
YUV 34.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 37 18 110 0.66 0.84 0 0.57 252.39 0.72 0.25
Hex 25 12 6E 42 54 0 39 FC 48 19
Octal 45 22 156 102 124 0 71 374 110 31
Binary 100101 10010 1101110 1000010 1010100 0 111001 11111100 1001000 11001

Color Harmonies of #25126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25126E

Black with #25126E

Text Example


Text Example

White with #25126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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