#370468

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

Shades of Persian Indigo #370468

Tints of Persian Indigo #370468

Color information

#370468 (or 0x370468) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and 68. RGB value is (55,4,104). Sum of RGB (Red+Green+Blue) = 55+4+104=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #370468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370468 is #C8FB97. Grayscale: #1E1E1E. Windows color (decimal): -13171608 or 6816823. OLE color: 6816823.

HSL color Cylindrical-coordinate representation of color #370468: hue angle of 270.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370468 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB554104-
CMYK0.470.9600.59
HSL270.6º92.59%21.18%-
HSV(B)270.6º96.15%40.78%-
XYZ4.121.913.25-
YUV30.65169.4145.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=33.74%
G=2.45%
B=63.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5541040.470.9600.59270.692.5921.18
Hex374682F6003B10f5d15
Octal6741505714007341713525
Binary110111100110100010111111000000111011100001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370468; }

 p { color: rgb(55,4,104); }

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

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

 a { background-color: rgb(55,4,104); }

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

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

 span { border-color: rgb(55,4,104); }

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