Html Css Color HEX #362082 Persian Indigo

📋 copy color: '#362082'

red 54 ◦ green 32 ◦ blue 130

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

Shades of Persian Indigo #362082

Tints of Persian Indigo #362082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.19%

R = 25%
G = 14.81%
B = 60.19%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#362082 (or 0x362082) is known color: Persian Indigo. HEX triplet: 36, 20 and 82. RGB value is (54,32,130). Sum of RGB (Red+Green+Blue) = 54+32+130=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #362082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362082 is #C9DF7D. Grayscale: #313131. Windows color (decimal): -13229950 or 8527926. OLE color: 8527926.

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

Color convert

RGB 54 32 130 -
CMYK 0.58 0.75 0 0.49
HSL 253.47º 0.6% 0.32% -
HSV(B) 253.47º 0.75% 0.51% -
XYZ 6.07 3.43 21.46 -
YUV 49.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 54 32 130 0.58 0.75 0 0.49 253.47 0.6 0.32
Hex 36 20 82 3A 4B 0 31 FD 3C 20
Octal 66 40 202 72 113 0 61 375 74 40
Binary 110110 100000 10000010 111010 1001011 0 110001 11111101 111100 100000

Color Harmonies of #362082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362082

Black with #362082

Text Example


Text Example

White with #362082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362082; }

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

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

background-color css

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

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

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

border-color css

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

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

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