Html Css Color HEX #360066 Persian Indigo

📋 copy color: '#360066'

red 54 ◦ green 0 ◦ blue 102

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

Shades of Persian Indigo #360066

Tints of Persian Indigo #360066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 65.38%

R = 34.62%
G = 0%
B = 65.38%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#360066 (or 0x360066) is known color: Persian Indigo. HEX triplet: 36, 00 and 66. RGB value is (54,0,102). Sum of RGB (Red+Green+Blue) = 54+0+102=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #360066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360066 is #C9FF99. Grayscale: #1B1B1B. Windows color (decimal): -13238170 or 6684726. OLE color: 6684726.

HSL color Cylindrical-coordinate representation of color #360066: hue angle of 271.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360066 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 0 102 -
CMYK 0.47 1 0 0.6
HSL 271.76º 1% 0.2% -
HSV(B) 271.76º 1% 0.4% -
XYZ 3.92 1.74 12.7 -
YUV 27.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 54 0 102 0.47 1 0 0.6 271.76 1 0.2
Hex 36 0 66 2F 64 0 3C 110 64 14
Octal 66 0 146 57 144 0 74 420 144 24
Binary 110110 0 1100110 101111 1100100 0 111100 100010000 1100100 10100

Color Harmonies of #360066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360066

Black with #360066

Text Example


Text Example

White with #360066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360066; }

 p { color: rgb(54,0,102); }

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

background-color css

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

 a { background-color: rgb(54,0,102); }

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

border-color css

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

 span { border-color: rgb(54,0,102); }

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