Html Css Color HEX #360DA5 Persian Indigo

📋 copy color: '#360DA5'

red 54 ◦ green 13 ◦ blue 165

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

Shades of Persian Indigo #360DA5

Tints of Persian Indigo #360DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 71.12%

R = 23.28%
G = 5.6%
B = 71.12%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#360DA5 (or 0x360DA5) is known color: Persian Indigo. HEX triplet: 36, 0D and A5. RGB value is (54,13,165). Sum of RGB (Red+Green+Blue) = 54+13+165=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #360DA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360DA5 is #C9F25A. Grayscale: #2A2A2A. Windows color (decimal): -13234779 or 10816822. OLE color: 10816822.

HSL color Cylindrical-coordinate representation of color #360DA5: hue angle of 256.18º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360DA5 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 13 165 -
CMYK 0.67 0.92 0 0.35
HSL 256.18º 0.85% 0.35% -
HSV(B) 256.18º 0.92% 0.65% -
XYZ 8.46 3.79 35.88 -
YUV 42.59 197.08 136.14 -
System Red Green Blue C M Y K H S L
Decimal 54 13 165 0.67 0.92 0 0.35 256.18 0.85 0.35
Hex 36 D A5 43 5C 0 23 100 55 23
Octal 66 15 245 103 134 0 43 400 125 43
Binary 110110 1101 10100101 1000011 1011100 0 100011 100000000 1010101 100011

Color Harmonies of #360DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DA5

Black with #360DA5

Text Example


Text Example

White with #360DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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