Html Css Color HEX #25177D Persian Indigo

📋 copy color: '#25177D'

red 37 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #25177D

Tints of Persian Indigo #25177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

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

R = 20%
G = 12.43%
B = 67.57%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25177D (or 0x25177D) is known color: Persian Indigo. HEX triplet: 25, 17 and 7D. RGB value is (37,23,125). Sum of RGB (Red+Green+Blue) = 37+23+125=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #25177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25177D is #DAE882. Grayscale: #262626. Windows color (decimal): -14346371 or 8197925. OLE color: 8197925.

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

Color convert

RGB 37 23 125 -
CMYK 0.70 0.82 0 0.51
HSL 248.24º 0.69% 0.29% -
HSV(B) 248.24º 0.82% 0.49% -
XYZ 4.77 2.49 19.63 -
YUV 38.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 37 23 125 0.70 0.82 0 0.51 248.24 0.69 0.29
Hex 25 17 7D 46 52 0 33 F8 45 1D
Octal 45 27 175 106 122 0 63 370 105 35
Binary 100101 10111 1111101 1000110 1010010 0 110011 11111000 1000101 11101

Color Harmonies of #25177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25177D

Black with #25177D

Text Example


Text Example

White with #25177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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