Html Css Color HEX #362179 Persian Indigo

📋 copy color: '#362179'

red 54 ◦ green 33 ◦ blue 121

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

Shades of Persian Indigo #362179

Tints of Persian Indigo #362179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 121 (47.66% from 255) = 58.17%

R = 25.96%
G = 15.87%
B = 58.17%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362179 (or 0x362179) is known color: Persian Indigo. HEX triplet: 36, 21 and 79. RGB value is (54,33,121). Sum of RGB (Red+Green+Blue) = 54+33+121=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #362179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362179 is #C9DE86. Grayscale: #303030. Windows color (decimal): -13229703 or 7938358. OLE color: 7938358.

HSL color Cylindrical-coordinate representation of color #362179: hue angle of 254.32º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362179 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 33 121 -
CMYK 0.55 0.73 0 0.53
HSL 254.32º 0.57% 0.3% -
HSV(B) 254.32º 0.73% 0.47% -
XYZ 5.52 3.25 18.43 -
YUV 49.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 54 33 121 0.55 0.73 0 0.53 254.32 0.57 0.3
Hex 36 21 79 37 49 0 35 FE 39 1E
Octal 66 41 171 67 111 0 65 376 71 36
Binary 110110 100001 1111001 110111 1001001 0 110101 11111110 111001 11110

Color Harmonies of #362179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362179

Black with #362179

Text Example


Text Example

White with #362179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362179; }

 p { color: rgb(54,33,121); }

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

background-color css

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

 a { background-color: rgb(54,33,121); }

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

border-color css

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

 span { border-color: rgb(54,33,121); }

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