#370474

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

Shades of Persian Indigo #370474

Tints of Persian Indigo #370474

Color information

#370474 (or 0x370474) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and 74. RGB value is (55,4,116). Sum of RGB (Red+Green+Blue) = 55+4+116=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #370474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370474 is #C8FB8B. Grayscale: #1F1F1F. Windows color (decimal): -13171596 or 7603255. OLE color: 7603255.

HSL color Cylindrical-coordinate representation of color #370474: hue angle of 267.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370474 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB554116-
CMYK0.530.9700.55
HSL267.32º93.33%23.53%-
HSV(B)267.32º96.55%45.49%-
XYZ4.772.1616.69-
YUV32.02175.4144.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 116 (45.70% from 255) = 66.29%
R=31.43%
G=2.29%
B=66.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5541160.530.9700.55267.3293.3323.53
Hex37474356103710b5d18
Octal6741646514106741313530
Binary110111100111010011010111000010110111100001011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370474; }

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

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

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

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

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

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

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

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