#360C74

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

Shades of Persian Indigo #360C74

Tints of Persian Indigo #360C74

Color information

#360C74 (or 0x360C74) is unknown color: approx Persian Indigo. HEX triplet: 36, 0C and 74. RGB value is (54,12,116). Sum of RGB (Red+Green+Blue) = 54+12+116=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #360C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C74 is #C9F38B. Grayscale: #242424. Windows color (decimal): -13235084 or 7605302. OLE color: 7605302.

HSL color Cylindrical-coordinate representation of color #360C74: hue angle of 264.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360C74 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5412116-
CMYK0.530.9000.55
HSL264.23º81.25%25.1%-
HSV(B)264.23º89.66%45.49%-
XYZ4.812.3116.72-
YUV36.41172.91140.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 116 (45.70% from 255) = 63.74%
R=29.67%
G=6.59%
B=63.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54121160.530.9000.55264.2381.2525.1
Hex36C74355A0371085119
Octal66141646513206741012131
Binary1101101100111010011010110110100110111100001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C74; }

 p { color: rgb(54,12,116); }

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

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

 a { background-color: rgb(54,12,116); }

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

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

 span { border-color: rgb(54,12,116); }

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