#250C67

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

Shades of Persian Indigo #250C67

Tints of Persian Indigo #250C67

Color information

#250C67 (or 0x250C67) is unknown color: approx Persian Indigo. HEX triplet: 25, 0C and 67. RGB value is (37,12,103). Sum of RGB (Red+Green+Blue) = 37+12+103=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #250C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C67 is #DAF398. Grayscale: #1D1D1D. Windows color (decimal): -14349209 or 6753317. OLE color: 6753317.

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

Color convert

RGB3712103-
CMYK0.640.8800.60
HSL256.48º79.13%22.55%-
HSV(B)256.48º88.35%40.39%-
XYZ3.341.6412.97-
YUV29.85169.28133.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 103 (40.62% from 255) = 67.76%
R=24.34%
G=7.89%
B=67.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37121030.640.8800.60256.4879.1322.55
Hex25C67405803C1004f17
Octal451414710013007440011727
Binary10010111001100111100000010110000111100100000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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