#250867

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

Shades of Persian Indigo #250867

Tints of Persian Indigo #250867

Color information

#250867 (or 0x250867) is unknown color: approx Persian Indigo. HEX triplet: 25, 08 and 67. RGB value is (37,8,103). Sum of RGB (Red+Green+Blue) = 37+8+103=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #250867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250867 is #DAF798. Grayscale: #1B1B1B. Windows color (decimal): -14350233 or 6752293. OLE color: 6752293.

HSL color Cylindrical-coordinate representation of color #250867: hue angle of 258.32º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250867 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB378103-
CMYK0.640.9200.60
HSL258.32º85.59%21.76%-
HSV(B)258.32º92.23%40.39%-
XYZ3.31.5512.96-
YUV27.5170.61134.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 103 (40.62% from 255) = 69.59%
R=25%
G=5.41%
B=69.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3781030.640.9200.60258.3285.5921.76
Hex25867405C03C1025616
Octal451014710013407440212626
Binary10010110001100111100000010111000111100100000010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250867; }

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

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

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

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

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

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

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

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