#361272

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

Shades of Persian Indigo #361272

Tints of Persian Indigo #361272

Color information

#361272 (or 0x361272) is unknown color: approx Persian Indigo. HEX triplet: 36, 12 and 72. RGB value is (54,18,114). Sum of RGB (Red+Green+Blue) = 54+18+114=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #361272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361272 is #C9ED8D. Grayscale: #272727. Windows color (decimal): -13233550 or 7475766. OLE color: 7475766.

HSL color Cylindrical-coordinate representation of color #361272: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361272 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5418114-
CMYK0.530.8400.55
HSL262.5º72.73%25.88%-
HSV(B)262.5º84.21%44.71%-
XYZ4.772.4316.14-
YUV39.71169.93138.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=29.03%
G=9.68%
B=61.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54181140.530.8400.55262.572.7325.88
Hex3612723554037106491a
Octal66221626512406740611132
Binary11011010010111001011010110101000110111100000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361272; }

 p { color: rgb(54,18,114); }

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

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

 a { background-color: rgb(54,18,114); }

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

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

 span { border-color: rgb(54,18,114); }

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