Html Css Color HEX #3606E0 Han Purple

📋 copy color: '#3606E0'

red 54 ◦ green 6 ◦ blue 224

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

Shades of Han Purple #3606E0

Tints of Han Purple #3606E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 78.87%

R = 19.01%
G = 2.11%
B = 78.87%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3606E0 (or 0x3606E0) is known color: Han Purple. HEX triplet: 36, 06 and E0. RGB value is (54,6,224). Sum of RGB (Red+Green+Blue) = 54+6+224=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 224 (87.89% from 255 or 78.87% from 284); Max value from RGB is 224 - color contains mainly: blue. Hex color #3606E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3606E0 is #C9F91F. Grayscale: #2C2C2C. Windows color (decimal): -13236512 or 14681654. OLE color: 14681654.

HSL color Cylindrical-coordinate representation of color #3606E0: hue angle of 253.21º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3606E0 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 6 224 -
CMYK 0.76 0.97 0 0.12
HSL 253.21º 0.95% 0.45% -
HSV(B) 253.21º 0.97% 0.88% -
XYZ 15.04 6.3 70.94 -
YUV 45.2 228.9 134.27 -
System Red Green Blue C M Y K H S L
Decimal 54 6 224 0.76 0.97 0 0.12 253.21 0.95 0.45
Hex 36 6 E0 4C 61 0 C FD 5F 2D
Octal 66 6 340 114 141 0 14 375 137 55
Binary 110110 110 11100000 1001100 1100001 0 1100 11111101 1011111 101101

Color Harmonies of #3606E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3606E0

Black with #3606E0

Text Example


Text Example

White with #3606E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3606E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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