Html Css Color HEX #361593 Persian Indigo

📋 copy color: '#361593'

red 54 ◦ green 21 ◦ blue 147

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

Shades of Persian Indigo #361593

Tints of Persian Indigo #361593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 24.32%
G = 9.46%
B = 66.22%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#361593 (or 0x361593) is known color: Persian Indigo. HEX triplet: 36, 15 and 93. RGB value is (54,21,147). Sum of RGB (Red+Green+Blue) = 54+21+147=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #361593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361593 is #C9EA6C. Grayscale: #2C2C2C. Windows color (decimal): -13232749 or 9639222. OLE color: 9639222.

HSL color Cylindrical-coordinate representation of color #361593: hue angle of 255.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361593 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 21 147 -
CMYK 0.63 0.86 0 0.42
HSL 255.71º 0.75% 0.33% -
HSV(B) 255.71º 0.86% 0.58% -
XYZ 7.06 3.43 27.89 -
YUV 45.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 54 21 147 0.63 0.86 0 0.42 255.71 0.75 0.33
Hex 36 15 93 3F 56 0 2A 100 4B 21
Octal 66 25 223 77 126 0 52 400 113 41
Binary 110110 10101 10010011 111111 1010110 0 101010 100000000 1001011 100001

Color Harmonies of #361593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361593

Black with #361593

Text Example


Text Example

White with #361593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361593; }

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

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

background-color css

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

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

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

border-color css

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

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

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