Html Css Color HEX #360895 Persian Indigo

📋 copy color: '#360895'

red 54 ◦ green 8 ◦ blue 149

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

Shades of Persian Indigo #360895

Tints of Persian Indigo #360895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.62%

R = 25.59%
G = 3.79%
B = 70.62%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360895 (or 0x360895) is known color: Persian Indigo. HEX triplet: 36, 08 and 95. RGB value is (54,8,149). Sum of RGB (Red+Green+Blue) = 54+8+149=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #360895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360895 is #C9F76A. Grayscale: #252525. Windows color (decimal): -13236075 or 9766966. OLE color: 9766966.

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

Color convert

RGB 54 8 149 -
CMYK 0.64 0.95 0 0.42
HSL 259.57º 0.9% 0.31% -
HSV(B) 259.57º 0.95% 0.58% -
XYZ 7.03 3.13 28.67 -
YUV 37.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 54 8 149 0.64 0.95 0 0.42 259.57 0.9 0.31
Hex 36 8 95 40 5F 0 2A 104 5A 1F
Octal 66 10 225 100 137 0 52 404 132 37
Binary 110110 1000 10010101 1000000 1011111 0 101010 100000100 1011010 11111

Color Harmonies of #360895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360895

Black with #360895

Text Example


Text Example

White with #360895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360895; }

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

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

background-color css

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

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

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

border-color css

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

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

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