Html Css Color HEX #25187F Persian Indigo

📋 copy color: '#25187F'

red 37 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #25187F

Tints of Persian Indigo #25187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

 BLUE value IS 127 (50% from 255) = 67.55%

R = 19.68%
G = 12.77%
B = 67.55%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25187F (or 0x25187F) is known color: Persian Indigo. HEX triplet: 25, 18 and 7F. RGB value is (37,24,127). Sum of RGB (Red+Green+Blue) = 37+24+127=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #25187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25187F is #DAE780. Grayscale: #272727. Windows color (decimal): -14346113 or 8329253. OLE color: 8329253.

HSL color Cylindrical-coordinate representation of color #25187F: hue angle of 247.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25187F is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 24 127 -
CMYK 0.71 0.81 0 0.50
HSL 247.57º 0.68% 0.3% -
HSV(B) 247.57º 0.81% 0.5% -
XYZ 4.92 2.58 20.32 -
YUV 39.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 37 24 127 0.71 0.81 0 0.50 247.57 0.68 0.3
Hex 25 18 7F 47 51 0 32 F8 44 1E
Octal 45 30 177 107 121 0 62 370 104 36
Binary 100101 11000 1111111 1000111 1010001 0 110010 11111000 1000100 11110

Color Harmonies of #25187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25187F

Black with #25187F

Text Example


Text Example

White with #25187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25187F; }

 p { color: rgb(37,24,127); }

 H1.HeaderClassName
 {
   color: #25187F;
 }
 .AnyTagClassName
 {
   color: #25187F;
 }
</style>

background-color css

<style>
 a { background-color: #25187F; }

 a { background-color: rgb(37,24,127); }

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

border-color css

<style>
 span { border-color: #25187F; }

 span { border-color: rgb(37,24,127); }

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