Html Css Color HEX #250172 Persian Indigo

📋 copy color: '#250172'

red 37 ◦ green 1 ◦ blue 114

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

Shades of Persian Indigo #250172

Tints of Persian Indigo #250172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 114 (44.92% from 255) = 75%

R = 24.34%
G = 0.66%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250172 (or 0x250172) is known color: Persian Indigo. HEX triplet: 25, 01 and 72. RGB value is (37,1,114). Sum of RGB (Red+Green+Blue) = 37+1+114=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #250172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250172 is #DAFE8D. Grayscale: #181818. Windows color (decimal): -14352014 or 7471397. OLE color: 7471397.

HSL color Cylindrical-coordinate representation of color #250172: hue angle of 259.12º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250172 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 1 114 -
CMYK 0.68 0.99 0 0.55
HSL 259.12º 0.98% 0.23% -
HSV(B) 259.12º 0.99% 0.45% -
XYZ 3.81 1.63 16.03 -
YUV 24.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 37 1 114 0.68 0.99 0 0.55 259.12 0.98 0.23
Hex 25 1 72 44 63 0 37 103 62 17
Octal 45 1 162 104 143 0 67 403 142 27
Binary 100101 1 1110010 1000100 1100011 0 110111 100000011 1100010 10111

Color Harmonies of #250172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250172

Black with #250172

Text Example


Text Example

White with #250172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250172; }

 p { color: rgb(37,1,114); }

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

background-color css

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

 a { background-color: rgb(37,1,114); }

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

border-color css

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

 span { border-color: rgb(37,1,114); }

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