Html Css Color HEX #362384 Persian Indigo

📋 copy color: '#362384'

red 54 ◦ green 35 ◦ blue 132

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

Shades of Persian Indigo #362384

Tints of Persian Indigo #362384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

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

R = 24.43%
G = 15.84%
B = 59.73%

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

#362384 (or 0x362384) is known color: Persian Indigo. HEX triplet: 36, 23 and 84. RGB value is (54,35,132). Sum of RGB (Red+Green+Blue) = 54+35+132=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #362384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362384 is #C9DC7B. Grayscale: #333333. Windows color (decimal): -13229180 or 8659766. OLE color: 8659766.

HSL color Cylindrical-coordinate representation of color #362384: hue angle of 251.75º degrees, saturation: 0.58, 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 #362384 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 35 132 -
CMYK 0.59 0.73 0 0.48
HSL 251.75º 0.58% 0.33% -
HSV(B) 251.75º 0.73% 0.52% -
XYZ 6.29 3.65 22.2 -
YUV 51.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 54 35 132 0.59 0.73 0 0.48 251.75 0.58 0.33
Hex 36 23 84 3B 49 0 30 FC 3A 21
Octal 66 43 204 73 111 0 60 374 72 41
Binary 110110 100011 10000100 111011 1001001 0 110000 11111100 111010 100001

Color Harmonies of #362384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362384

Black with #362384

Text Example


Text Example

White with #362384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362384; }

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

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

background-color css

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

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

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

border-color css

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

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

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