#361678

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

Shades of Persian Indigo #361678

Tints of Persian Indigo #361678

Color information

#361678 (or 0x361678) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 78. RGB value is (54,22,120). Sum of RGB (Red+Green+Blue) = 54+22+120=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #361678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361678 is #C9E987. Grayscale: #2A2A2A. Windows color (decimal): -13232520 or 7870006. OLE color: 7870006.

HSL color Cylindrical-coordinate representation of color #361678: hue angle of 259.59º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361678 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5422120-
CMYK0.550.8200.53
HSL259.59º69.01%27.84%-
HSV(B)259.59º81.67%47.06%-
XYZ5.22.7118.02-
YUV42.74171.6136.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=27.55%
G=11.22%
B=61.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54221200.550.8200.53259.5969.0127.84
Hex3616783752035104451c
Octal66261706712206540410534
Binary11011010110111100011011110100100110101100000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361678; }

 p { color: rgb(54,22,120); }

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

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

 a { background-color: rgb(54,22,120); }

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

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

 span { border-color: rgb(54,22,120); }

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