Html Css Color HEX #360AA0 Persian Indigo

📋 copy color: '#360AA0'

red 54 ◦ green 10 ◦ blue 160

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

Shades of Persian Indigo #360AA0

Tints of Persian Indigo #360AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 160 (62.89% from 255) = 71.43%

R = 24.11%
G = 4.46%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#360AA0 (or 0x360AA0) is known color: Persian Indigo. HEX triplet: 36, 0A and A0. RGB value is (54,10,160). Sum of RGB (Red+Green+Blue) = 54+10+160=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 160 (62.89% from 255 or 71.43% from 224); Max value from RGB is 160 - color contains mainly: blue. Hex color #360AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360AA0 is #C9F55F. Grayscale: #272727. Windows color (decimal): -13235552 or 10488374. OLE color: 10488374.

HSL color Cylindrical-coordinate representation of color #360AA0: hue angle of 257.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360AA0 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 10 160 -
CMYK 0.66 0.94 0 0.37
HSL 257.6º 0.88% 0.33% -
HSV(B) 257.6º 0.94% 0.63% -
XYZ 7.98 3.54 33.52 -
YUV 40.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 54 10 160 0.66 0.94 0 0.37 257.6 0.88 0.33
Hex 36 A A0 42 5E 0 25 102 58 21
Octal 66 12 240 102 136 0 45 402 130 41
Binary 110110 1010 10100000 1000010 1011110 0 100101 100000010 1011000 100001

Color Harmonies of #360AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360AA0

Black with #360AA0

Text Example


Text Example

White with #360AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360AA0; }

 p { color: rgb(54,10,160); }

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

background-color css

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

 a { background-color: rgb(54,10,160); }

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

border-color css

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

 span { border-color: rgb(54,10,160); }

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