#370968

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

Shades of Persian Indigo #370968

Tints of Persian Indigo #370968

Color information

#370968 (or 0x370968) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 68. RGB value is (55,9,104). Sum of RGB (Red+Green+Blue) = 55+9+104=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #370968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370968 is #C8F697. Grayscale: #212121. Windows color (decimal): -13170328 or 6818103. OLE color: 6818103.

HSL color Cylindrical-coordinate representation of color #370968: hue angle of 269.05º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370968 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB559104-
CMYK0.470.9100.59
HSL269.05º84.07%22.16%-
HSV(B)269.05º91.35%40.78%-
XYZ4.172.0113.26-
YUV33.58167.74143.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=32.74%
G=5.36%
B=61.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5591040.470.9100.59269.0584.0722.16
Hex379682F5B03B10d5416
Octal67111505713307341512426
Binary1101111001110100010111110110110111011100001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370968; }

 p { color: rgb(55,9,104); }

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

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

 a { background-color: rgb(55,9,104); }

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

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

 span { border-color: rgb(55,9,104); }

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