#361ACA

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

Shades of Persian Blue #361ACA

Tints of Persian Blue #361ACA

Color information

#361ACA (or 0x361ACA) is unknown color: approx Persian Blue. HEX triplet: 36, 1A and CA. RGB value is (54,26,202). Sum of RGB (Red+Green+Blue) = 54+26+202=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #361ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ACA is #C9E535. Grayscale: #353535. Windows color (decimal): -13231414 or 13244982. OLE color: 13244982.

HSL color Cylindrical-coordinate representation of color #361ACA: hue angle of 249.55º 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 #361ACA is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5426202-
CMYK0.730.8700.21
HSL249.55º77.19%44.71%-
HSV(B)249.55º87.13%79.22%-
XYZ12.555.7956.33-
YUV54.44211.28127.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=19.15%
G=9.22%
B=71.63%

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
Decimal54262020.730.8700.21249.5577.1944.71
Hex361ACA4957015fa4d2d
Octal663231211112702537211555
Binary110110110101100101010010011010111010101111110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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