#371675

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

Shades of Persian Indigo #371675

Tints of Persian Indigo #371675

Color information

#371675 (or 0x371675) is unknown color: approx Persian Indigo. HEX triplet: 37, 16 and 75. RGB value is (55,22,117). Sum of RGB (Red+Green+Blue) = 55+22+117=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #371675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371675 is #C8E98A. Grayscale: #2A2A2A. Windows color (decimal): -13166987 or 7673399. OLE color: 7673399.

HSL color Cylindrical-coordinate representation of color #371675: hue angle of 260.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371675 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5522117-
CMYK0.530.8100.54
HSL260.84º68.35%27.25%-
HSV(B)260.84º81.2%45.88%-
XYZ5.072.6717.08-
YUV42.7169.93136.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=28.35%
G=11.34%
B=60.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55221170.530.8100.54260.8468.3527.25
Hex3716753551036105441b
Octal67261656512106640510433
Binary11011110110111010111010110100010110110100000101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371675; }

 p { color: rgb(55,22,117); }

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

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

 a { background-color: rgb(55,22,117); }

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

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

 span { border-color: rgb(55,22,117); }

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