#250970

Color #250970 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #250970

Tints of Persian Indigo #250970

Color information

#250970 (or 0x250970) is unknown color: approx 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

RGB379112-
CMYK0.670.9200.56
HSL256.31º85.12%23.73%-
HSV(B)256.31º91.96%43.92%-
XYZ3.791.7615.47-
YUV29.11174.78133.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 112 (44.14% from 255) = 70.89%
R=23.42%
G=5.70%
B=70.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3791120.670.9200.56256.3185.1223.73
Hex25970435C0381005518
Octal451116010313407040012530
Binary10010110011110000100001110111000111000100000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>