Html Css Color HEX #362484 Persian Indigo

📋 copy color: '#362484'

red 54 ◦ green 36 ◦ blue 132

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

Shades of Persian Indigo #362484

Tints of Persian Indigo #362484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 24.32%
G = 16.22%
B = 59.46%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#362484 (or 0x362484) is known color: Persian Indigo. HEX triplet: 36, 24 and 84. RGB value is (54,36,132). Sum of RGB (Red+Green+Blue) = 54+36+132=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #362484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362484 is #C9DB7B. Grayscale: #333333. Windows color (decimal): -13228924 or 8660022. OLE color: 8660022.

HSL color Cylindrical-coordinate representation of color #362484: hue angle of 251.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362484 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 36 132 -
CMYK 0.59 0.73 0 0.48
HSL 251.25º 0.57% 0.33% -
HSV(B) 251.25º 0.73% 0.52% -
XYZ 6.32 3.71 22.21 -
YUV 52.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 54 36 132 0.59 0.73 0 0.48 251.25 0.57 0.33
Hex 36 24 84 3B 49 0 30 FB 39 21
Octal 66 44 204 73 111 0 60 373 71 41
Binary 110110 100100 10000100 111011 1001001 0 110000 11111011 111001 100001

Color Harmonies of #362484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362484

Black with #362484

Text Example


Text Example

White with #362484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362484; }

 p { color: rgb(54,36,132); }

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

background-color css

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

 a { background-color: rgb(54,36,132); }

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

border-color css

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

 span { border-color: rgb(54,36,132); }

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