#361F8C

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

Shades of Persian Indigo #361F8C

Tints of Persian Indigo #361F8C

Color information

#361F8C (or 0x361F8C) is unknown color: approx Persian Indigo. HEX triplet: 36, 1F and 8C. RGB value is (54,31,140). Sum of RGB (Red+Green+Blue) = 54+31+140=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #361F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361F8C is #C9E073. Grayscale: #313131. Windows color (decimal): -13230196 or 9183030. OLE color: 9183030.

HSL color Cylindrical-coordinate representation of color #361F8C: hue angle of 252.66º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361F8C is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5431140-
CMYK0.610.7800.45
HSL252.66º63.74%33.53%-
HSV(B)252.66º77.86%54.9%-
XYZ6.743.6625.16-
YUV50.3178.62130.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 140 (55.08% from 255) = 62.22%
R=24%
G=13.78%
B=62.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54311400.610.7800.45252.6663.7433.53
Hex361F8C3D4E02Dfd4022
Octal66372147511605537510042
Binary110110111111000110011110110011100101101111111011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,31,140); }

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

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

 a { background-color: rgb(54,31,140); }

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

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

 span { border-color: rgb(54,31,140); }

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