Html Css Color HEX #361194 Persian Indigo

📋 copy color: '#361194'

red 54 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #361194

Tints of Persian Indigo #361194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 24.66%
G = 7.76%
B = 67.58%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#361194 (or 0x361194) is known color: Persian Indigo. HEX triplet: 36, 11 and 94. RGB value is (54,17,148). Sum of RGB (Red+Green+Blue) = 54+17+148=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #361194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361194 is #C9EE6B. Grayscale: #2A2A2A. Windows color (decimal): -13233772 or 9703734. OLE color: 9703734.

HSL color Cylindrical-coordinate representation of color #361194: hue angle of 256.95º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361194 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 17 148 -
CMYK 0.64 0.89 0 0.42
HSL 256.95º 0.79% 0.32% -
HSV(B) 256.95º 0.89% 0.58% -
XYZ 7.07 3.32 28.29 -
YUV 43 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 54 17 148 0.64 0.89 0 0.42 256.95 0.79 0.32
Hex 36 11 94 40 59 0 2A 101 4F 20
Octal 66 21 224 100 131 0 52 401 117 40
Binary 110110 10001 10010100 1000000 1011001 0 101010 100000001 1001111 100000

Color Harmonies of #361194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361194

Black with #361194

Text Example


Text Example

White with #361194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361194; }

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

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

background-color css

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

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

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

border-color css

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

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

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