Html Css Color HEX #25147C Persian Indigo

📋 copy color: '#25147C'

red 37 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #25147C

Tints of Persian Indigo #25147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 68.51%

R = 20.44%
G = 11.05%
B = 68.51%

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

#25147C (or 0x25147C) is known color: Persian Indigo. HEX triplet: 25, 14 and 7C. RGB value is (37,20,124). Sum of RGB (Red+Green+Blue) = 37+20+124=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #25147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25147C is #DAEB83. Grayscale: #242424. Windows color (decimal): -14347140 or 8131621. OLE color: 8131621.

HSL color Cylindrical-coordinate representation of color #25147C: hue angle of 249.81º 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 #25147C is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 20 124 -
CMYK 0.70 0.84 0 0.51
HSL 249.81º 0.72% 0.28% -
HSV(B) 249.81º 0.84% 0.49% -
XYZ 4.65 2.35 19.28 -
YUV 36.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 37 20 124 0.70 0.84 0 0.51 249.81 0.72 0.28
Hex 25 14 7C 46 54 0 33 FA 48 1C
Octal 45 24 174 106 124 0 63 372 110 34
Binary 100101 10100 1111100 1000110 1010100 0 110011 11111010 1001000 11100

Color Harmonies of #25147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25147C

Black with #25147C

Text Example


Text Example

White with #25147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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