#250F65

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

Shades of Persian Indigo #250F65

Tints of Persian Indigo #250F65

Color information

#250F65 (or 0x250F65) is unknown color: approx Persian Indigo. HEX triplet: 25, 0F and 65. RGB value is (37,15,101). Sum of RGB (Red+Green+Blue) = 37+15+101=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #250F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F65 is #DAF09A. Grayscale: #1F1F1F. Windows color (decimal): -14348443 or 6623013. OLE color: 6623013.

HSL color Cylindrical-coordinate representation of color #250F65: hue angle of 255.35º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250F65 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3715101-
CMYK0.630.8500.60
HSL255.35º74.14%22.75%-
HSV(B)255.35º85.15%39.61%-
XYZ3.281.6712.46-
YUV31.38167.29132.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 101 (39.84% from 255) = 66.01%
R=24.18%
G=9.80%
B=66.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37151010.630.8500.60255.3574.1422.75
Hex25F653F5503Cff4a17
Octal45171457712507437711227
Binary100101111111001011111111010101011110011111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250F65; }

 p { color: rgb(37,15,101); }

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

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

 a { background-color: rgb(37,15,101); }

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

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

 span { border-color: rgb(37,15,101); }

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