Html Css Color HEX #361190 Persian Indigo

📋 copy color: '#361190'

red 54 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #361190

Tints of Persian Indigo #361190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.98%

R = 25.12%
G = 7.91%
B = 66.98%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#361190 (or 0x361190) is known color: Persian Indigo. HEX triplet: 36, 11 and 90. RGB value is (54,17,144). Sum of RGB (Red+Green+Blue) = 54+17+144=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #361190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361190 is #C9EE6F. Grayscale: #2A2A2A. Windows color (decimal): -13233776 or 9441590. OLE color: 9441590.

HSL color Cylindrical-coordinate representation of color #361190: hue angle of 257.48º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361190 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 17 144 -
CMYK 0.63 0.88 0 0.44
HSL 257.48º 0.79% 0.32% -
HSV(B) 257.48º 0.88% 0.56% -
XYZ 6.76 3.2 26.65 -
YUV 42.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 54 17 144 0.63 0.88 0 0.44 257.48 0.79 0.32
Hex 36 11 90 3F 58 0 2C 101 4F 20
Octal 66 21 220 77 130 0 54 401 117 40
Binary 110110 10001 10010000 111111 1011000 0 101100 100000001 1001111 100000

Color Harmonies of #361190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361190

Black with #361190

Text Example


Text Example

White with #361190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361190; }

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

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

background-color css

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

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

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

border-color css

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

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

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