Html Css Color HEX #360882 Persian Indigo

📋 copy color: '#360882'

red 54 ◦ green 8 ◦ blue 130

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

Shades of Persian Indigo #360882

Tints of Persian Indigo #360882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.71%

R = 28.13%
G = 4.17%
B = 67.71%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#360882 (or 0x360882) is known color: Persian Indigo. HEX triplet: 36, 08 and 82. RGB value is (54,8,130). Sum of RGB (Red+Green+Blue) = 54+8+130=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #360882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360882 is #C9F77D. Grayscale: #232323. Windows color (decimal): -13236094 or 8521782. OLE color: 8521782.

HSL color Cylindrical-coordinate representation of color #360882: hue angle of 262.62º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360882 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 8 130 -
CMYK 0.58 0.94 0 0.49
HSL 262.62º 0.88% 0.27% -
HSV(B) 262.62º 0.94% 0.51% -
XYZ 5.64 2.57 21.32 -
YUV 35.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 54 8 130 0.58 0.94 0 0.49 262.62 0.88 0.27
Hex 36 8 82 3A 5E 0 31 107 58 1B
Octal 66 10 202 72 136 0 61 407 130 33
Binary 110110 1000 10000010 111010 1011110 0 110001 100000111 1011000 11011

Color Harmonies of #360882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360882

Black with #360882

Text Example


Text Example

White with #360882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360882; }

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

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

background-color css

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

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

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

border-color css

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

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

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