Html Css Color HEX #250271 Persian Indigo

📋 copy color: '#250271'

red 37 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #250271

Tints of Persian Indigo #250271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 24.34%
G = 1.32%
B = 74.34%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250271 (or 0x250271) is known color: Persian Indigo. HEX triplet: 25, 02 and 71. RGB value is (37,2,113). Sum of RGB (Red+Green+Blue) = 37+2+113=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #250271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250271 is #DAFD8E. Grayscale: #181818. Windows color (decimal): -14351759 or 7406117. OLE color: 7406117.

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

Color convert

RGB 37 2 113 -
CMYK 0.67 0.98 0 0.56
HSL 258.92º 0.97% 0.23% -
HSV(B) 258.92º 0.98% 0.44% -
XYZ 3.77 1.63 15.74 -
YUV 25.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 37 2 113 0.67 0.98 0 0.56 258.92 0.97 0.23
Hex 25 2 71 43 62 0 38 103 61 17
Octal 45 2 161 103 142 0 70 403 141 27
Binary 100101 10 1110001 1000011 1100010 0 111000 100000011 1100001 10111

Color Harmonies of #250271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250271

Black with #250271

Text Example


Text Example

White with #250271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250271; }

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

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

background-color css

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

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

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

border-color css

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

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

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