Html Css Color HEX #25147E Persian Indigo

📋 copy color: '#25147E'

red 37 ◦ green 20 ◦ blue 126

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

Shades of Persian Indigo #25147E

Tints of Persian Indigo #25147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

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

R = 20.22%
G = 10.93%
B = 68.85%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25147E (or 0x25147E) is known color: Persian Indigo. HEX triplet: 25, 14 and 7E. RGB value is (37,20,126). Sum of RGB (Red+Green+Blue) = 37+20+126=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 126 (49.61% from 255 or 68.85% from 183); Max value from RGB is 126 - color contains mainly: blue. Hex color #25147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25147E is #DAEB81. Grayscale: #242424. Windows color (decimal): -14347138 or 8262693. OLE color: 8262693.

HSL color Cylindrical-coordinate representation of color #25147E: hue angle of 249.62º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25147E is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 20 126 -
CMYK 0.71 0.84 0 0.51
HSL 249.62º 0.73% 0.29% -
HSV(B) 249.62º 0.84% 0.49% -
XYZ 4.78 2.4 19.95 -
YUV 37.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 37 20 126 0.71 0.84 0 0.51 249.62 0.73 0.29
Hex 25 14 7E 47 54 0 33 FA 49 1D
Octal 45 24 176 107 124 0 63 372 111 35
Binary 100101 10100 1111110 1000111 1010100 0 110011 11111010 1001001 11101

Color Harmonies of #25147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25147E

Black with #25147E

Text Example


Text Example

White with #25147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,20,126); }

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

background-color css

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

 a { background-color: rgb(37,20,126); }

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

border-color css

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

 span { border-color: rgb(37,20,126); }

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