Html Css Color HEX #360490 Persian Indigo

📋 copy color: '#360490'

red 54 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #360490

Tints of Persian Indigo #360490

RGB

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

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

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

R = 26.73%
G = 1.98%
B = 71.29%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#360490 (or 0x360490) is known color: Persian Indigo. HEX triplet: 36, 04 and 90. RGB value is (54,4,144). Sum of RGB (Red+Green+Blue) = 54+4+144=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #360490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360490 is #C9FB6F. Grayscale: #222222. Windows color (decimal): -13237104 or 9438262. OLE color: 9438262.

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

Color convert

RGB 54 4 144 -
CMYK 0.63 0.97 0 0.44
HSL 261.43º 0.95% 0.29% -
HSV(B) 261.43º 0.97% 0.56% -
XYZ 6.6 2.88 26.59 -
YUV 34.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 54 4 144 0.63 0.97 0 0.44 261.43 0.95 0.29
Hex 36 4 90 3F 61 0 2C 105 5F 1D
Octal 66 4 220 77 141 0 54 405 137 35
Binary 110110 100 10010000 111111 1100001 0 101100 100000101 1011111 11101

Color Harmonies of #360490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360490

Black with #360490

Text Example


Text Example

White with #360490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360490; }

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

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

background-color css

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

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

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

border-color css

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

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

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