#371ACA

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

Shades of Persian Blue #371ACA

Tints of Persian Blue #371ACA

Color information

#371ACA (or 0x371ACA) is unknown color: approx Persian Blue. HEX triplet: 37, 1A and CA. RGB value is (55,26,202). Sum of RGB (Red+Green+Blue) = 55+26+202=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #371ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ACA is #C8E535. Grayscale: #363636. Windows color (decimal): -13165878 or 13244983. OLE color: 13244983.

HSL color Cylindrical-coordinate representation of color #371ACA: hue angle of 249.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371ACA is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5526202-
CMYK0.730.8700.21
HSL249.89º77.19%44.71%-
HSV(B)249.89º87.13%79.22%-
XYZ12.615.8256.34-
YUV54.74211.11128.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 202 (79.30% from 255) = 71.38%
R=19.43%
G=9.19%
B=71.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55262020.730.8700.21249.8977.1944.71
Hex371ACA4957015fa4d2d
Octal673231211112702537211555
Binary110111110101100101010010011010111010101111110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371ACA; }

 p { color: rgb(55,26,202); }

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

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

 a { background-color: rgb(55,26,202); }

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

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

 span { border-color: rgb(55,26,202); }

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