Html Css Color HEX #360481 Persian Indigo

📋 copy color: '#360481'

red 54 ◦ green 4 ◦ blue 129

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

Shades of Persian Indigo #360481

Tints of Persian Indigo #360481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 28.88%
G = 2.14%
B = 68.98%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#360481 (or 0x360481) is known color: Persian Indigo. HEX triplet: 36, 04 and 81. RGB value is (54,4,129). Sum of RGB (Red+Green+Blue) = 54+4+129=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #360481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360481 is #C9FB7E. Grayscale: #202020. Windows color (decimal): -13237119 or 8455222. OLE color: 8455222.

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

Color convert

RGB 54 4 129 -
CMYK 0.58 0.97 0 0.49
HSL 264º 0.94% 0.26% -
HSV(B) 264º 0.97% 0.51% -
XYZ 5.53 2.46 20.95 -
YUV 33.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 54 4 129 0.58 0.97 0 0.49 264 0.94 0.26
Hex 36 4 81 3A 61 0 31 108 5E 1A
Octal 66 4 201 72 141 0 61 410 136 32
Binary 110110 100 10000001 111010 1100001 0 110001 100001000 1011110 11010

Color Harmonies of #360481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360481

Black with #360481

Text Example


Text Example

White with #360481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360481; }

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

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

background-color css

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

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

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

border-color css

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

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

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