Html Css Color HEX #360166 Persian Indigo

📋 copy color: '#360166'

red 54 ◦ green 1 ◦ blue 102

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

Shades of Persian Indigo #360166

Tints of Persian Indigo #360166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 34.39%
G = 0.64%
B = 64.97%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#360166 (or 0x360166) is known color: Persian Indigo. HEX triplet: 36, 01 and 66. RGB value is (54,1,102). Sum of RGB (Red+Green+Blue) = 54+1+102=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #360166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360166 is #C9FE99. Grayscale: #1C1C1C. Windows color (decimal): -13237914 or 6684982. OLE color: 6684982.

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

Color convert

RGB 54 1 102 -
CMYK 0.47 0.99 0 0.6
HSL 271.49º 0.98% 0.2% -
HSV(B) 271.49º 0.99% 0.4% -
XYZ 3.93 1.77 12.7 -
YUV 28.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 54 1 102 0.47 0.99 0 0.6 271.49 0.98 0.2
Hex 36 1 66 2F 63 0 3C 10F 62 14
Octal 66 1 146 57 143 0 74 417 142 24
Binary 110110 1 1100110 101111 1100011 0 111100 100001111 1100010 10100

Color Harmonies of #360166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360166

Black with #360166

Text Example


Text Example

White with #360166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360166; }

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

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

background-color css

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

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

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

border-color css

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

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

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