Html Css Color HEX #361C79 Persian Indigo

📋 copy color: '#361C79'

red 54 ◦ green 28 ◦ blue 121

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

Shades of Persian Indigo #361C79

Tints of Persian Indigo #361C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

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

R = 26.6%
G = 13.79%
B = 59.61%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361C79 (or 0x361C79) is known color: Persian Indigo. HEX triplet: 36, 1C and 79. RGB value is (54,28,121). Sum of RGB (Red+Green+Blue) = 54+28+121=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #361C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C79 is #C9E386. Grayscale: #2E2E2E. Windows color (decimal): -13230983 or 7937078. OLE color: 7937078.

HSL color Cylindrical-coordinate representation of color #361C79: hue angle of 256.77º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361C79 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 28 121 -
CMYK 0.55 0.77 0 0.53
HSL 256.77º 0.62% 0.29% -
HSV(B) 256.77º 0.77% 0.47% -
XYZ 5.39 3 18.38 -
YUV 46.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 54 28 121 0.55 0.77 0 0.53 256.77 0.62 0.29
Hex 36 1C 79 37 4D 0 35 101 3E 1D
Octal 66 34 171 67 115 0 65 401 76 35
Binary 110110 11100 1111001 110111 1001101 0 110101 100000001 111110 11101

Color Harmonies of #361C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C79

Black with #361C79

Text Example


Text Example

White with #361C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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