Html Css Color HEX #360890 Persian Indigo

📋 copy color: '#360890'

red 54 ◦ green 8 ◦ blue 144

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

Shades of Persian Indigo #360890

Tints of Persian Indigo #360890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 26.21%
G = 3.88%
B = 69.9%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#360890 (or 0x360890) is known color: Persian Indigo. HEX triplet: 36, 08 and 90. RGB value is (54,8,144). Sum of RGB (Red+Green+Blue) = 54+8+144=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #360890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360890 is #C9F76F. Grayscale: #242424. Windows color (decimal): -13236080 or 9439286. OLE color: 9439286.

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

Color convert

RGB 54 8 144 -
CMYK 0.63 0.94 0 0.44
HSL 260.29º 0.89% 0.3% -
HSV(B) 260.29º 0.94% 0.56% -
XYZ 6.64 2.97 26.61 -
YUV 37.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 54 8 144 0.63 0.94 0 0.44 260.29 0.89 0.3
Hex 36 8 90 3F 5E 0 2C 104 59 1E
Octal 66 10 220 77 136 0 54 404 131 36
Binary 110110 1000 10010000 111111 1011110 0 101100 100000100 1011001 11110

Color Harmonies of #360890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360890

Black with #360890

Text Example


Text Example

White with #360890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360890; }

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

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

background-color css

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

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

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

border-color css

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

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

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