Html Css Color HEX #360899 Persian Indigo

📋 copy color: '#360899'

red 54 ◦ green 8 ◦ blue 153

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

Shades of Persian Indigo #360899

Tints of Persian Indigo #360899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.16%

R = 25.12%
G = 3.72%
B = 71.16%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#360899 (or 0x360899) is known color: Persian Indigo. HEX triplet: 36, 08 and 99. RGB value is (54,8,153). Sum of RGB (Red+Green+Blue) = 54+8+153=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #360899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360899 is #C9F766. Grayscale: #252525. Windows color (decimal): -13236071 or 10029110. OLE color: 10029110.

HSL color Cylindrical-coordinate representation of color #360899: hue angle of 259.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360899 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 8 153 -
CMYK 0.65 0.95 0 0.4
HSL 259.03º 0.9% 0.32% -
HSV(B) 259.03º 0.95% 0.6% -
XYZ 7.36 3.26 30.38 -
YUV 38.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 54 8 153 0.65 0.95 0 0.4 259.03 0.9 0.32
Hex 36 8 99 41 5F 0 28 103 5A 20
Octal 66 10 231 101 137 0 50 403 132 40
Binary 110110 1000 10011001 1000001 1011111 0 101000 100000011 1011010 100000

Color Harmonies of #360899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360899

Black with #360899

Text Example


Text Example

White with #360899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360899; }

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

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

background-color css

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

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

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

border-color css

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

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

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