Html Css Color HEX #360D93 Persian Indigo

📋 copy color: '#360D93'

red 54 ◦ green 13 ◦ blue 147

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

Shades of Persian Indigo #360D93

Tints of Persian Indigo #360D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.69%

R = 25.23%
G = 6.07%
B = 68.69%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360D93 (or 0x360D93) is known color: Persian Indigo. HEX triplet: 36, 0D and 93. RGB value is (54,13,147). Sum of RGB (Red+Green+Blue) = 54+13+147=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #360D93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360D93 is #C9F26C. Grayscale: #282828. Windows color (decimal): -13234797 or 9637174. OLE color: 9637174.

HSL color Cylindrical-coordinate representation of color #360D93: hue angle of 258.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360D93 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 13 147 -
CMYK 0.63 0.91 0 0.42
HSL 258.36º 0.84% 0.31% -
HSV(B) 258.36º 0.91% 0.58% -
XYZ 6.93 3.18 27.85 -
YUV 40.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 54 13 147 0.63 0.91 0 0.42 258.36 0.84 0.31
Hex 36 D 93 3F 5B 0 2A 102 54 1F
Octal 66 15 223 77 133 0 52 402 124 37
Binary 110110 1101 10010011 111111 1011011 0 101010 100000010 1010100 11111

Color Harmonies of #360D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D93

Black with #360D93

Text Example


Text Example

White with #360D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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