Html Css Color HEX #250471 Persian Indigo

📋 copy color: '#250471'

red 37 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #250471

Tints of Persian Indigo #250471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 24.03%
G = 2.6%
B = 73.38%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250471 (or 0x250471) is known color: Persian Indigo. HEX triplet: 25, 04 and 71. RGB value is (37,4,113). Sum of RGB (Red+Green+Blue) = 37+4+113=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #250471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250471 is #DAFB8E. Grayscale: #191919. Windows color (decimal): -14351247 or 7406629. OLE color: 7406629.

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

Color convert

RGB 37 4 113 -
CMYK 0.67 0.96 0 0.56
HSL 258.17º 0.93% 0.23% -
HSV(B) 258.17º 0.96% 0.44% -
XYZ 3.79 1.67 15.75 -
YUV 26.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 37 4 113 0.67 0.96 0 0.56 258.17 0.93 0.23
Hex 25 4 71 43 60 0 38 102 5D 17
Octal 45 4 161 103 140 0 70 402 135 27
Binary 100101 100 1110001 1000011 1100000 0 111000 100000010 1011101 10111

Color Harmonies of #250471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250471

Black with #250471

Text Example


Text Example

White with #250471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250471; }

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

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

background-color css

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

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

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

border-color css

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

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

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