#360074

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

Shades of Persian Indigo #360074

Tints of Persian Indigo #360074

Color information

#360074 (or 0x360074) is unknown color: approx Persian Indigo. HEX triplet: 36, 00 and 74. RGB value is (54,0,116). Sum of RGB (Red+Green+Blue) = 54+0+116=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #360074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360074 is #C9FF8B. Grayscale: #1C1C1C. Windows color (decimal): -13238156 or 7602230. OLE color: 7602230.

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

Color convert

RGB540116-
CMYK0.53100.55
HSL267.93º100%22.75%-
HSV(B)267.93º100%45.49%-
XYZ4.672.0516.67-
YUV29.37176.89145.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 68.24%
R=31.76%
G=0%
B=68.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5401160.53100.55267.9310022.75
Hex36074356403710c6417
Octal6601646514406741414427
Binary1101100111010011010111001000110111100001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360074; }

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

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

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

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

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

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

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

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