Html Css Color HEX #360677 Persian Indigo

📋 copy color: '#360677'

red 54 ◦ green 6 ◦ blue 119

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

Shades of Persian Indigo #360677

Tints of Persian Indigo #360677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 66.48%

R = 30.17%
G = 3.35%
B = 66.48%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#360677 (or 0x360677) is known color: Persian Indigo. HEX triplet: 36, 06 and 77. RGB value is (54,6,119). Sum of RGB (Red+Green+Blue) = 54+6+119=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #360677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360677 is #C9F988. Grayscale: #202020. Windows color (decimal): -13236617 or 7800374. OLE color: 7800374.

HSL color Cylindrical-coordinate representation of color #360677: hue angle of 265.49º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360677 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 6 119 -
CMYK 0.55 0.95 0 0.53
HSL 265.49º 0.9% 0.25% -
HSV(B) 265.49º 0.95% 0.47% -
XYZ 4.92 2.25 17.63 -
YUV 33.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 54 6 119 0.55 0.95 0 0.53 265.49 0.9 0.25
Hex 36 6 77 37 5F 0 35 109 5A 19
Octal 66 6 167 67 137 0 65 411 132 31
Binary 110110 110 1110111 110111 1011111 0 110101 100001001 1011010 11001

Color Harmonies of #360677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360677

Black with #360677

Text Example


Text Example

White with #360677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360677; }

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

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

background-color css

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

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

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

border-color css

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

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

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