Html Css Color HEX #360981 Persian Indigo

📋 copy color: '#360981'

red 54 ◦ green 9 ◦ blue 129

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

Shades of Persian Indigo #360981

Tints of Persian Indigo #360981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 129 (50.78% from 255) = 67.19%

R = 28.13%
G = 4.69%
B = 67.19%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#360981 (or 0x360981) is known color: Persian Indigo. HEX triplet: 36, 09 and 81. RGB value is (54,9,129). Sum of RGB (Red+Green+Blue) = 54+9+129=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #360981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360981 is #C9F67E. Grayscale: #232323. Windows color (decimal): -13235839 or 8456502. OLE color: 8456502.

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

Color convert

RGB 54 9 129 -
CMYK 0.58 0.93 0 0.49
HSL 262.5º 0.87% 0.27% -
HSV(B) 262.5º 0.93% 0.51% -
XYZ 5.58 2.56 20.97 -
YUV 36.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 54 9 129 0.58 0.93 0 0.49 262.5 0.87 0.27
Hex 36 9 81 3A 5D 0 31 106 57 1B
Octal 66 11 201 72 135 0 61 406 127 33
Binary 110110 1001 10000001 111010 1011101 0 110001 100000110 1010111 11011

Color Harmonies of #360981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360981

Black with #360981

Text Example


Text Example

White with #360981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360981; }

 p { color: rgb(54,9,129); }

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

background-color css

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

 a { background-color: rgb(54,9,129); }

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

border-color css

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

 span { border-color: rgb(54,9,129); }

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