Html Css Color HEX #250970 Persian Indigo

📋 copy color: '#250970'

red 37 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #250970

Tints of Persian Indigo #250970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 23.42%
G = 5.7%
B = 70.89%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250970 (or 0x250970) is known color: Persian Indigo. HEX triplet: 25, 09 and 70. RGB value is (37,9,112). Sum of RGB (Red+Green+Blue) = 37+9+112=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #250970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250970 is #DAF68F. Grayscale: #1C1C1C. Windows color (decimal): -14349968 or 7342373. OLE color: 7342373.

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

Color convert

RGB 37 9 112 -
CMYK 0.67 0.92 0 0.56
HSL 256.31º 0.85% 0.24% -
HSV(B) 256.31º 0.92% 0.44% -
XYZ 3.79 1.76 15.47 -
YUV 29.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 37 9 112 0.67 0.92 0 0.56 256.31 0.85 0.24
Hex 25 9 70 43 5C 0 38 100 55 18
Octal 45 11 160 103 134 0 70 400 125 30
Binary 100101 1001 1110000 1000011 1011100 0 111000 100000000 1010101 11000

Color Harmonies of #250970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250970

Black with #250970

Text Example


Text Example

White with #250970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250970; }

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

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

background-color css

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

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

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

border-color css

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

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

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