Html Css Color HEX #361279 Persian Indigo

📋 copy color: '#361279'

red 54 ◦ green 18 ◦ blue 121

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

Shades of Persian Indigo #361279

Tints of Persian Indigo #361279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 27.98%
G = 9.33%
B = 62.69%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361279 (or 0x361279) is known color: Persian Indigo. HEX triplet: 36, 12 and 79. RGB value is (54,18,121). Sum of RGB (Red+Green+Blue) = 54+18+121=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #361279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361279 is #C9ED86. Grayscale: #282828. Windows color (decimal): -13233543 or 7934518. OLE color: 7934518.

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

Color convert

RGB 54 18 121 -
CMYK 0.55 0.85 0 0.53
HSL 260.97º 0.74% 0.27% -
HSV(B) 260.97º 0.85% 0.47% -
XYZ 5.19 2.6 18.32 -
YUV 40.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 54 18 121 0.55 0.85 0 0.53 260.97 0.74 0.27
Hex 36 12 79 37 55 0 35 105 4A 1B
Octal 66 22 171 67 125 0 65 405 112 33
Binary 110110 10010 1111001 110111 1010101 0 110101 100000101 1001010 11011

Color Harmonies of #361279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361279

Black with #361279

Text Example


Text Example

White with #361279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361279; }

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

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

background-color css

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

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

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

border-color css

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

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

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