Html Css Color HEX #25137D Persian Indigo

📋 copy color: '#25137D'

red 37 ◦ green 19 ◦ blue 125

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

Shades of Persian Indigo #25137D

Tints of Persian Indigo #25137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 125 (49.22% from 255) = 69.06%

R = 20.44%
G = 10.5%
B = 69.06%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25137D (or 0x25137D) is known color: Persian Indigo. HEX triplet: 25, 13 and 7D. RGB value is (37,19,125). Sum of RGB (Red+Green+Blue) = 37+19+125=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #25137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25137D is #DAEC82. Grayscale: #242424. Windows color (decimal): -14347395 or 8196901. OLE color: 8196901.

HSL color Cylindrical-coordinate representation of color #25137D: hue angle of 250.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25137D is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 19 125 -
CMYK 0.70 0.85 0 0.51
HSL 250.19º 0.74% 0.28% -
HSV(B) 250.19º 0.85% 0.49% -
XYZ 4.7 2.34 19.61 -
YUV 36.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 37 19 125 0.70 0.85 0 0.51 250.19 0.74 0.28
Hex 25 13 7D 46 55 0 33 FA 4A 1C
Octal 45 23 175 106 125 0 63 372 112 34
Binary 100101 10011 1111101 1000110 1010101 0 110011 11111010 1001010 11100

Color Harmonies of #25137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25137D

Black with #25137D

Text Example


Text Example

White with #25137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25137D; }

 p { color: rgb(37,19,125); }

 H1.HeaderClassName
 {
   color: #25137D;
 }
 .AnyTagClassName
 {
   color: #25137D;
 }
</style>

background-color css

<style>
 a { background-color: #25137D; }

 a { background-color: rgb(37,19,125); }

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

border-color css

<style>
 span { border-color: #25137D; }

 span { border-color: rgb(37,19,125); }

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