#370378

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

Shades of Persian Indigo #370378

Tints of Persian Indigo #370378

Color information

#370378 (or 0x370378) is unknown color: approx Persian Indigo. HEX triplet: 37, 03 and 78. RGB value is (55,3,120). Sum of RGB (Red+Green+Blue) = 55+3+120=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #370378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370378 is #C8FC87. Grayscale: #1F1F1F. Windows color (decimal): -13171848 or 7865143. OLE color: 7865143.

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

Color convert

RGB553120-
CMYK0.540.9800.53
HSL266.67º95.12%24.12%-
HSV(B)266.67º97.5%47.06%-
XYZ52.2317.94-
YUV31.89177.73144.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=30.90%
G=1.69%
B=67.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5531200.540.9800.53266.6795.1224.12
Hex37378366203510b5f18
Octal6731706614206541313730
Binary11011111111100011011011000100110101100001011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370378; }

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

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

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

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

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

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

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

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