Html Css Color HEX #250C70 Persian Indigo

📋 copy color: '#250C70'

red 37 ◦ green 12 ◦ blue 112

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

Shades of Persian Indigo #250C70

Tints of Persian Indigo #250C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 69.57%

R = 22.98%
G = 7.45%
B = 69.57%

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

#250C70 (or 0x250C70) is known color: Persian Indigo. HEX triplet: 25, 0C and 70. RGB value is (37,12,112). Sum of RGB (Red+Green+Blue) = 37+12+112=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #250C70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C70 is #DAF38F. Grayscale: #1E1E1E. Windows color (decimal): -14349200 or 7343141. OLE color: 7343141.

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

Color convert

RGB 37 12 112 -
CMYK 0.67 0.89 0 0.56
HSL 255º 0.81% 0.24% -
HSV(B) 255º 0.89% 0.44% -
XYZ 3.82 1.83 15.48 -
YUV 30.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 37 12 112 0.67 0.89 0 0.56 255 0.81 0.24
Hex 25 C 70 43 59 0 38 FF 51 18
Octal 45 14 160 103 131 0 70 377 121 30
Binary 100101 1100 1110000 1000011 1011001 0 111000 11111111 1010001 11000

Color Harmonies of #250C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C70

Black with #250C70

Text Example


Text Example

White with #250C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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