Html Css Color HEX #250171 Persian Indigo

📋 copy color: '#250171'

red 37 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #250171

Tints of Persian Indigo #250171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 74.83%

R = 24.5%
G = 0.66%
B = 74.83%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250171 (or 0x250171) is known color: Persian Indigo. HEX triplet: 25, 01 and 71. RGB value is (37,1,113). Sum of RGB (Red+Green+Blue) = 37+1+113=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #250171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250171 is #DAFE8E. Grayscale: #181818. Windows color (decimal): -14352015 or 7405861. OLE color: 7405861.

HSL color Cylindrical-coordinate representation of color #250171: hue angle of 259.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250171 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 1 113 -
CMYK 0.67 0.99 0 0.56
HSL 259.29º 0.98% 0.22% -
HSV(B) 259.29º 0.99% 0.44% -
XYZ 3.75 1.61 15.74 -
YUV 24.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 37 1 113 0.67 0.99 0 0.56 259.29 0.98 0.22
Hex 25 1 71 43 63 0 38 103 62 16
Octal 45 1 161 103 143 0 70 403 142 26
Binary 100101 1 1110001 1000011 1100011 0 111000 100000011 1100010 10110

Color Harmonies of #250171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250171

Black with #250171

Text Example


Text Example

White with #250171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250171; }

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

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

background-color css

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

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

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

border-color css

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

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

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