Html Css Color HEX #360699 Persian Indigo

📋 copy color: '#360699'

red 54 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #360699

Tints of Persian Indigo #360699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 25.35%
G = 2.82%
B = 71.83%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#360699 (or 0x360699) is known color: Persian Indigo. HEX triplet: 36, 06 and 99. RGB value is (54,6,153). Sum of RGB (Red+Green+Blue) = 54+6+153=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #360699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360699 is #C9F966. Grayscale: #242424. Windows color (decimal): -13236583 or 10028598. OLE color: 10028598.

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

Color convert

RGB 54 6 153 -
CMYK 0.65 0.96 0 0.4
HSL 259.59º 0.92% 0.31% -
HSV(B) 259.59º 0.96% 0.6% -
XYZ 7.34 3.21 30.37 -
YUV 37.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 54 6 153 0.65 0.96 0 0.4 259.59 0.92 0.31
Hex 36 6 99 41 60 0 28 104 5C 1F
Octal 66 6 231 101 140 0 50 404 134 37
Binary 110110 110 10011001 1000001 1100000 0 101000 100000100 1011100 11111

Color Harmonies of #360699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360699

Black with #360699

Text Example


Text Example

White with #360699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360699; }

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

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

background-color css

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

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

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

border-color css

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

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

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