Html Css Color HEX #25147D Persian Indigo

📋 copy color: '#25147D'

red 37 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #25147D

Tints of Persian Indigo #25147D

RGB

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

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

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

R = 20.33%
G = 10.99%
B = 68.68%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25147D (or 0x25147D) is known color: Persian Indigo. HEX triplet: 25, 14 and 7D. RGB value is (37,20,125). Sum of RGB (Red+Green+Blue) = 37+20+125=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #25147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25147D is #DAEB82. Grayscale: #242424. Windows color (decimal): -14347139 or 8197157. OLE color: 8197157.

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

Color convert

RGB 37 20 125 -
CMYK 0.70 0.84 0 0.51
HSL 249.71º 0.72% 0.28% -
HSV(B) 249.71º 0.84% 0.49% -
XYZ 4.71 2.37 19.61 -
YUV 37.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 37 20 125 0.70 0.84 0 0.51 249.71 0.72 0.28
Hex 25 14 7D 46 54 0 33 FA 48 1C
Octal 45 24 175 106 124 0 63 372 110 34
Binary 100101 10100 1111101 1000110 1010100 0 110011 11111010 1001000 11100

Color Harmonies of #25147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25147D

Black with #25147D

Text Example


Text Example

White with #25147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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