Html Css Color HEX #362080 Persian Indigo

📋 copy color: '#362080'

red 54 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #362080

Tints of Persian Indigo #362080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 25.23%
G = 14.95%
B = 59.81%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#362080 (or 0x362080) is known color: Persian Indigo. HEX triplet: 36, 20 and 80. RGB value is (54,32,128). Sum of RGB (Red+Green+Blue) = 54+32+128=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #362080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362080 is #C9DF7F. Grayscale: #313131. Windows color (decimal): -13229952 or 8396854. OLE color: 8396854.

HSL color Cylindrical-coordinate representation of color #362080: hue angle of 253.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362080 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 32 128 -
CMYK 0.58 0.75 0 0.50
HSL 253.75º 0.6% 0.31% -
HSV(B) 253.75º 0.75% 0.5% -
XYZ 5.93 3.38 20.76 -
YUV 49.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 54 32 128 0.58 0.75 0 0.50 253.75 0.6 0.31
Hex 36 20 80 3A 4B 0 32 FE 3C 1F
Octal 66 40 200 72 113 0 62 376 74 37
Binary 110110 100000 10000000 111010 1001011 0 110010 11111110 111100 11111

Color Harmonies of #362080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362080

Black with #362080

Text Example


Text Example

White with #362080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362080; }

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

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

background-color css

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

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

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

border-color css

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

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

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