Html Css Color HEX #360394 Persian Indigo

📋 copy color: '#360394'

red 54 ◦ green 3 ◦ blue 148

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

Shades of Persian Indigo #360394

Tints of Persian Indigo #360394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 26.34%
G = 1.46%
B = 72.2%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360394 (or 0x360394) is known color: Persian Indigo. HEX triplet: 36, 03 and 94. RGB value is (54,3,148). Sum of RGB (Red+Green+Blue) = 54+3+148=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #360394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360394 is #C9FC6B. Grayscale: #222222. Windows color (decimal): -13237356 or 9700150. OLE color: 9700150.

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

Color convert

RGB 54 3 148 -
CMYK 0.64 0.98 0 0.42
HSL 261.1º 0.96% 0.3% -
HSV(B) 261.1º 0.98% 0.58% -
XYZ 6.9 2.99 28.23 -
YUV 34.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 54 3 148 0.64 0.98 0 0.42 261.1 0.96 0.3
Hex 36 3 94 40 62 0 2A 105 60 1E
Octal 66 3 224 100 142 0 52 405 140 36
Binary 110110 11 10010100 1000000 1100010 0 101010 100000101 1100000 11110

Color Harmonies of #360394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360394

Black with #360394

Text Example


Text Example

White with #360394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360394; }

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

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

background-color css

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

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

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

border-color css

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

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

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