#370078

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

Shades of Persian Indigo #370078

Tints of Persian Indigo #370078

Color information

#370078 (or 0x370078) is unknown color: approx Persian Indigo. HEX triplet: 37, 00 and 78. RGB value is (55,0,120). Sum of RGB (Red+Green+Blue) = 55+0+120=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #370078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370078 is #C8FF87. Grayscale: #1D1D1D. Windows color (decimal): -13172616 or 7864375. OLE color: 7864375.

HSL color Cylindrical-coordinate representation of color #370078: hue angle of 267.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370078 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB550120-
CMYK0.54100.53
HSL267.5º100%23.53%-
HSV(B)267.5º100%47.06%-
XYZ4.972.1717.93-
YUV30.12178.72145.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=31.43%
G=0%
B=68.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5501200.54100.53267.510023.53
Hex37078366403510c6418
Octal6701706614406541414430
Binary1101110111100011011011001000110101100001100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370078; }

 p { color: rgb(55,0,120); }

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

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

 a { background-color: rgb(55,0,120); }

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

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

 span { border-color: rgb(55,0,120); }

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