#250670

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

Shades of Persian Indigo #250670

Tints of Persian Indigo #250670

Color information

#250670 (or 0x250670) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 70. RGB value is (37,6,112). Sum of RGB (Red+Green+Blue) = 37+6+112=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #250670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250670 is #DAF98F. Grayscale: #1A1A1A. Windows color (decimal): -14350736 or 7341605. OLE color: 7341605.

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

Color convert

RGB376112-
CMYK0.670.9500.56
HSL257.55º89.83%23.14%-
HSV(B)257.55º94.64%43.92%-
XYZ3.751.6915.46-
YUV27.35175.77134.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 112 (44.14% from 255) = 72.26%
R=23.87%
G=3.87%
B=72.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3761120.670.9500.56257.5589.8323.14
Hex25670435F0381025a17
Octal45616010313707040213227
Binary1001011101110000100001110111110111000100000010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250670; }

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

 H1.HeaderClassName
 {
   color: #250670;
 }
 .AnyTagClassName
 {
   color: #250670;
 }
</style>
background-color css

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

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

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

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

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

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