#250C68

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

Shades of Persian Indigo #250C68

Tints of Persian Indigo #250C68

Color information

#250C68 (or 0x250C68) is unknown color: approx Persian Indigo. HEX triplet: 25, 0C and 68. RGB value is (37,12,104). Sum of RGB (Red+Green+Blue) = 37+12+104=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #250C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C68 is #DAF397. Grayscale: #1D1D1D. Windows color (decimal): -14349208 or 6818853. OLE color: 6818853.

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

Color convert

RGB3712104-
CMYK0.640.8800.59
HSL256.3º79.31%22.75%-
HSV(B)256.3º88.46%40.78%-
XYZ3.391.6613.24-
YUV29.96169.78133.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 104 (41.02% from 255) = 67.97%
R=24.18%
G=7.84%
B=67.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37121040.640.8800.59256.379.3122.75
Hex25C68405803B1004f17
Octal451415010013007340011727
Binary10010111001101000100000010110000111011100000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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