Html Css Color HEX #250C71 Persian Indigo

📋 copy color: '#250C71'

red 37 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #250C71

Tints of Persian Indigo #250C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.41%

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

R = 22.84%
G = 7.41%
B = 69.75%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250C71 (or 0x250C71) is known color: Persian Indigo. HEX triplet: 25, 0C and 71. RGB value is (37,12,113). Sum of RGB (Red+Green+Blue) = 37+12+113=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #250C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C71 is #DAF38E. Grayscale: #1E1E1E. Windows color (decimal): -14349199 or 7408677. OLE color: 7408677.

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

Color convert

RGB 37 12 113 -
CMYK 0.67 0.89 0 0.56
HSL 254.85º 0.81% 0.25% -
HSV(B) 254.85º 0.89% 0.44% -
XYZ 3.88 1.85 15.78 -
YUV 30.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 37 12 113 0.67 0.89 0 0.56 254.85 0.81 0.25
Hex 25 C 71 43 59 0 38 FF 51 19
Octal 45 14 161 103 131 0 70 377 121 31
Binary 100101 1100 1110001 1000011 1011001 0 111000 11111111 1010001 11001

Color Harmonies of #250C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C71

Black with #250C71

Text Example


Text Example

White with #250C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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