#250F68

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

Shades of Persian Indigo #250F68

Tints of Persian Indigo #250F68

Color information

#250F68 (or 0x250F68) is unknown color: approx Persian Indigo. HEX triplet: 25, 0F and 68. RGB value is (37,15,104). Sum of RGB (Red+Green+Blue) = 37+15+104=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #250F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F68 is #DAF097. Grayscale: #1F1F1F. Windows color (decimal): -14348440 or 6819621. OLE color: 6819621.

HSL color Cylindrical-coordinate representation of color #250F68: hue angle of 254.83º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250F68 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3715104-
CMYK0.640.8600.59
HSL254.83º74.79%23.33%-
HSV(B)254.83º85.58%40.78%-
XYZ3.431.7313.25-
YUV31.72168.79131.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 15 (6.25% from 255) = 9.62%
BLUE value IS 104 (41.02% from 255) = 66.67%
R=23.72%
G=9.62%
B=66.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37151040.640.8600.59254.8374.7923.33
Hex25F68405603Bff4b17
Octal451715010012607337711327
Binary1001011111110100010000001010110011101111111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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