#370282

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

Shades of Persian Indigo #370282

Tints of Persian Indigo #370282

Color information

#370282 (or 0x370282) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 82. RGB value is (55,2,130). Sum of RGB (Red+Green+Blue) = 55+2+130=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #370282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370282 is #C8FD7D. Grayscale: #1F1F1F. Windows color (decimal): -13172094 or 8520247. OLE color: 8520247.

HSL color Cylindrical-coordinate representation of color #370282: hue angle of 264.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370282 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB552130-
CMYK0.580.9800.49
HSL264.84º96.97%25.88%-
HSV(B)264.84º98.46%50.98%-
XYZ5.632.4721.3-
YUV32.44183.06144.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 130 (51.17% from 255) = 69.52%
R=29.41%
G=1.07%
B=69.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5521300.580.9800.49264.8496.9725.88
Hex372823A62031109611a
Octal6722027214206141114132
Binary110111101000001011101011000100110001100001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370282; }

 p { color: rgb(55,2,130); }

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

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

 a { background-color: rgb(55,2,130); }

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

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

 span { border-color: rgb(55,2,130); }

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