#250661

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

Shades of Persian Indigo #250661

Tints of Persian Indigo #250661

Color information

#250661 (or 0x250661) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 61. RGB value is (37,6,97). Sum of RGB (Red+Green+Blue) = 37+6+97=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #250661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250661 is #DAF99E. Grayscale: #191919. Windows color (decimal): -14350751 or 6358565. OLE color: 6358565.

HSL color Cylindrical-coordinate representation of color #250661: hue angle of 260.44º 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 #250661 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37697-
CMYK0.620.9400.62
HSL260.44º88.35%20.2%-
HSV(B)260.44º93.81%38.04%-
XYZ2.991.3911.42-
YUV25.64168.27136.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=26.43%
G=4.29%
B=69.29%

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
Decimal376970.620.9400.62260.4488.3520.2
Hex256613E5E03E1045814
Octal4561417613607640413024
Binary100101110110000111111010111100111110100000100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250661; }

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

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

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

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

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

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

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

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