Html Css Color HEX #250771 Persian Indigo

📋 copy color: '#250771'

red 37 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #250771

Tints of Persian Indigo #250771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 23.57%
G = 4.46%
B = 71.97%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250771 (or 0x250771) is known color: Persian Indigo. HEX triplet: 25, 07 and 71. RGB value is (37,7,113). Sum of RGB (Red+Green+Blue) = 37+7+113=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #250771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250771 is #DAF88E. Grayscale: #1B1B1B. Windows color (decimal): -14350479 or 7407397. OLE color: 7407397.

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

Color convert

RGB 37 7 113 -
CMYK 0.67 0.94 0 0.56
HSL 256.98º 0.88% 0.24% -
HSV(B) 256.98º 0.94% 0.44% -
XYZ 3.82 1.74 15.76 -
YUV 28.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 37 7 113 0.67 0.94 0 0.56 256.98 0.88 0.24
Hex 25 7 71 43 5E 0 38 101 58 18
Octal 45 7 161 103 136 0 70 401 130 30
Binary 100101 111 1110001 1000011 1011110 0 111000 100000001 1011000 11000

Color Harmonies of #250771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250771

Black with #250771

Text Example


Text Example

White with #250771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250771; }

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

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

background-color css

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

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

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

border-color css

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

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

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