Html Css Color HEX #250F71 Persian Indigo

📋 copy color: '#250F71'

red 37 ◦ green 15 ◦ blue 113

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

Shades of Persian Indigo #250F71

Tints of Persian Indigo #250F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.09%

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

R = 22.42%
G = 9.09%
B = 68.48%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250F71 (or 0x250F71) is known color: Persian Indigo. HEX triplet: 25, 0F and 71. RGB value is (37,15,113). Sum of RGB (Red+Green+Blue) = 37+15+113=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #250F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F71 is #DAF08E. Grayscale: #202020. Windows color (decimal): -14348431 or 7409445. OLE color: 7409445.

HSL color Cylindrical-coordinate representation of color #250F71: hue angle of 253.47º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250F71 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 15 113 -
CMYK 0.67 0.87 0 0.56
HSL 253.47º 0.77% 0.25% -
HSV(B) 253.47º 0.87% 0.44% -
XYZ 3.91 1.93 15.79 -
YUV 32.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 37 15 113 0.67 0.87 0 0.56 253.47 0.77 0.25
Hex 25 F 71 43 57 0 38 FD 4D 19
Octal 45 17 161 103 127 0 70 375 115 31
Binary 100101 1111 1110001 1000011 1010111 0 111000 11111101 1001101 11001

Color Harmonies of #250F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F71

Black with #250F71

Text Example


Text Example

White with #250F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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