Html Css Color HEX #360884 Persian Indigo

📋 copy color: '#360884'

red 54 ◦ green 8 ◦ blue 132

#360884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #360884

Tints of Persian Indigo #360884

RGB

 RED value IS 54 (21.48% from 255) = 27.84%

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 132 (51.95% from 255) = 68.04%

R = 27.84%
G = 4.12%
B = 68.04%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#360884 (or 0x360884) is known color: Persian Indigo. HEX triplet: 36, 08 and 84. RGB value is (54,8,132). Sum of RGB (Red+Green+Blue) = 54+8+132=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #360884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360884 is #C9F77B. Grayscale: #232323. Windows color (decimal): -13236092 or 8652854. OLE color: 8652854.

HSL color Cylindrical-coordinate representation of color #360884: hue angle of 262.26º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360884 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 8 132 -
CMYK 0.59 0.94 0 0.48
HSL 262.26º 0.89% 0.27% -
HSV(B) 262.26º 0.94% 0.52% -
XYZ 5.77 2.62 22.03 -
YUV 35.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 54 8 132 0.59 0.94 0 0.48 262.26 0.89 0.27
Hex 36 8 84 3B 5E 0 30 106 59 1B
Octal 66 10 204 73 136 0 60 406 131 33
Binary 110110 1000 10000100 111011 1011110 0 110000 100000110 1011001 11011

Color Harmonies of #360884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360884

Black with #360884

Text Example


Text Example

White with #360884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360884; }

 p { color: rgb(54,8,132); }

 H1.HeaderClassName
 {
   color: #360884;
 }
 .AnyTagClassName
 {
   color: #360884;
 }
</style>

background-color css

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

 a { background-color: rgb(54,8,132); }

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

border-color css

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

 span { border-color: rgb(54,8,132); }

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