Html Css Color HEX #360494 Persian Indigo

📋 copy color: '#360494'

red 54 ◦ green 4 ◦ blue 148

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

Shades of Persian Indigo #360494

Tints of Persian Indigo #360494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 26.21%
G = 1.94%
B = 71.84%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360494 (or 0x360494) is known color: Persian Indigo. HEX triplet: 36, 04 and 94. RGB value is (54,4,148). Sum of RGB (Red+Green+Blue) = 54+4+148=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #360494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360494 is #C9FB6B. Grayscale: #222222. Windows color (decimal): -13237100 or 9700406. OLE color: 9700406.

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

Color convert

RGB 54 4 148 -
CMYK 0.64 0.97 0 0.42
HSL 260.83º 0.95% 0.3% -
HSV(B) 260.83º 0.97% 0.58% -
XYZ 6.91 3.01 28.23 -
YUV 35.37 191.57 141.29 -
System Red Green Blue C M Y K H S L
Decimal 54 4 148 0.64 0.97 0 0.42 260.83 0.95 0.3
Hex 36 4 94 40 61 0 2A 105 5F 1E
Octal 66 4 224 100 141 0 52 405 137 36
Binary 110110 100 10010100 1000000 1100001 0 101010 100000101 1011111 11110

Color Harmonies of #360494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360494

Black with #360494

Text Example


Text Example

White with #360494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360494; }

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

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

background-color css

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

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

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

border-color css

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

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

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