#3708AA

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

Shades of Persian Indigo #3708AA

Tints of Persian Indigo #3708AA

Color information

#3708AA (or 0x3708AA) is unknown color: approx Persian Indigo. HEX triplet: 37, 08 and AA. RGB value is (55,8,170). Sum of RGB (Red+Green+Blue) = 55+8+170=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #3708AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3708AA is #C8F755. Grayscale: #272727. Windows color (decimal): -13170518 or 11143223. OLE color: 11143223.

HSL color Cylindrical-coordinate representation of color #3708AA: hue angle of 257.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3708AA is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB558170-
CMYK0.680.9500.33
HSL257.41º91.01%34.9%-
HSV(B)257.41º95.29%66.67%-
XYZ8.923.8938.31-
YUV40.52201.07138.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 170 (66.80% from 255) = 72.96%
R=23.61%
G=3.43%
B=72.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5581700.680.9500.33257.4191.0134.9
Hex378AA445F0211015b23
Octal671025210413704140113343
Binary1101111000101010101000100101111101000011000000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3708AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3708AA; }

 p { color: rgb(55,8,170); }

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

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

 a { background-color: rgb(55,8,170); }

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

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

 span { border-color: rgb(55,8,170); }

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