Html Css Color HEX #362093 Persian Indigo

📋 copy color: '#362093'

red 54 ◦ green 32 ◦ blue 147

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

Shades of Persian Indigo #362093

Tints of Persian Indigo #362093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

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

R = 23.18%
G = 13.73%
B = 63.09%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#362093 (or 0x362093) is known color: Persian Indigo. HEX triplet: 36, 20 and 93. RGB value is (54,32,147). Sum of RGB (Red+Green+Blue) = 54+32+147=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #362093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362093 is #C9DF6C. Grayscale: #333333. Windows color (decimal): -13229933 or 9642038. OLE color: 9642038.

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

Color convert

RGB 54 32 147 -
CMYK 0.63 0.78 0 0.42
HSL 251.48º 0.64% 0.35% -
HSV(B) 251.48º 0.78% 0.58% -
XYZ 7.3 3.92 27.98 -
YUV 51.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 54 32 147 0.63 0.78 0 0.42 251.48 0.64 0.35
Hex 36 20 93 3F 4E 0 2A FB 40 23
Octal 66 40 223 77 116 0 52 373 100 43
Binary 110110 100000 10010011 111111 1001110 0 101010 11111011 1000000 100011

Color Harmonies of #362093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362093

Black with #362093

Text Example


Text Example

White with #362093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362093; }

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

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

background-color css

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

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

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

border-color css

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

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

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