#250662

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

Shades of Persian Indigo #250662

Tints of Persian Indigo #250662

Color information

#250662 (or 0x250662) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 62. RGB value is (37,6,98). Sum of RGB (Red+Green+Blue) = 37+6+98=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #250662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250662 is #DAF99D. Grayscale: #191919. Windows color (decimal): -14350750 or 6424101. OLE color: 6424101.

HSL color Cylindrical-coordinate representation of color #250662: hue angle of 260.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250662 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37698-
CMYK0.620.9400.62
HSL260.22º88.46%20.39%-
HSV(B)260.22º93.88%38.43%-
XYZ3.031.4111.67-
YUV25.76168.77136.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=26.24%
G=4.26%
B=69.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal376980.620.9400.62260.2288.4620.39
Hex256623E5E03E1045814
Octal4561427613607640413024
Binary100101110110001011111010111100111110100000100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250662; }

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

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

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

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

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

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

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

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