Html Css Color HEX #361199 Persian Indigo

📋 copy color: '#361199'

red 54 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #361199

Tints of Persian Indigo #361199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 24.11%
G = 7.59%
B = 68.3%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#361199 (or 0x361199) is known color: Persian Indigo. HEX triplet: 36, 11 and 99. RGB value is (54,17,153). Sum of RGB (Red+Green+Blue) = 54+17+153=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #361199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361199 is #C9EE66. Grayscale: #2B2B2B. Windows color (decimal): -13233767 or 10031414. OLE color: 10031414.

HSL color Cylindrical-coordinate representation of color #361199: hue angle of 256.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361199 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 17 153 -
CMYK 0.65 0.89 0 0.4
HSL 256.32º 0.8% 0.33% -
HSV(B) 256.32º 0.89% 0.6% -
XYZ 7.47 3.49 30.42 -
YUV 43.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 54 17 153 0.65 0.89 0 0.4 256.32 0.8 0.33
Hex 36 11 99 41 59 0 28 100 50 21
Octal 66 21 231 101 131 0 50 400 120 41
Binary 110110 10001 10011001 1000001 1011001 0 101000 100000000 1010000 100001

Color Harmonies of #361199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361199

Black with #361199

Text Example


Text Example

White with #361199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361199; }

 p { color: rgb(54,17,153); }

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

background-color css

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

 a { background-color: rgb(54,17,153); }

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

border-color css

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

 span { border-color: rgb(54,17,153); }

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