Html Css Color HEX #360DA0 Persian Indigo

📋 copy color: '#360DA0'

red 54 ◦ green 13 ◦ blue 160

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

Shades of Persian Indigo #360DA0

Tints of Persian Indigo #360DA0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

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

R = 23.79%
G = 5.73%
B = 70.48%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#360DA0 (or 0x360DA0) is known color: Persian Indigo. HEX triplet: 36, 0D and A0. RGB value is (54,13,160). Sum of RGB (Red+Green+Blue) = 54+13+160=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #360DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360DA0 is #C9F25F. Grayscale: #292929. Windows color (decimal): -13234784 or 10489142. OLE color: 10489142.

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

Color convert

RGB 54 13 160 -
CMYK 0.66 0.92 0 0.37
HSL 256.73º 0.85% 0.34% -
HSV(B) 256.73º 0.92% 0.63% -
XYZ 8.01 3.61 33.53 -
YUV 42.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 54 13 160 0.66 0.92 0 0.37 256.73 0.85 0.34
Hex 36 D A0 42 5C 0 25 101 55 22
Octal 66 15 240 102 134 0 45 401 125 42
Binary 110110 1101 10100000 1000010 1011100 0 100101 100000001 1010101 100010

Color Harmonies of #360DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DA0

Black with #360DA0

Text Example


Text Example

White with #360DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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