Html Css Color HEX #360266 Persian Indigo

📋 copy color: '#360266'

red 54 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #360266

Tints of Persian Indigo #360266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 34.18%
G = 1.27%
B = 64.56%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#360266 (or 0x360266) is known color: Persian Indigo. HEX triplet: 36, 02 and 66. RGB value is (54,2,102). Sum of RGB (Red+Green+Blue) = 54+2+102=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #360266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360266 is #C9FD99. Grayscale: #1C1C1C. Windows color (decimal): -13237658 or 6685238. OLE color: 6685238.

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

Color convert

RGB 54 2 102 -
CMYK 0.47 0.98 0 0.6
HSL 271.2º 0.96% 0.2% -
HSV(B) 271.2º 0.98% 0.4% -
XYZ 3.94 1.79 12.71 -
YUV 28.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 54 2 102 0.47 0.98 0 0.6 271.2 0.96 0.2
Hex 36 2 66 2F 62 0 3C 10F 60 14
Octal 66 2 146 57 142 0 74 417 140 24
Binary 110110 10 1100110 101111 1100010 0 111100 100001111 1100000 10100

Color Harmonies of #360266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360266

Black with #360266

Text Example


Text Example

White with #360266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360266; }

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

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

background-color css

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

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

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

border-color css

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

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

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