Html Css Color HEX #3615DC Han Purple

📋 copy color: '#3615DC'

red 54 ◦ green 21 ◦ blue 220

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

Shades of Han Purple #3615DC

Tints of Han Purple #3615DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 18.31%
G = 7.12%
B = 74.58%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3615DC (or 0x3615DC) is known color: Han Purple. HEX triplet: 36, 15 and DC. RGB value is (54,21,220). Sum of RGB (Red+Green+Blue) = 54+21+220=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #3615DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3615DC is #C9EA23. Grayscale: #343434. Windows color (decimal): -13232676 or 14423350. OLE color: 14423350.

HSL color Cylindrical-coordinate representation of color #3615DC: hue angle of 249.95º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3615DC is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 21 220 -
CMYK 0.75 0.90 0 0.14
HSL 249.95º 0.83% 0.47% -
HSV(B) 249.95º 0.9% 0.86% -
XYZ 14.71 6.49 68.19 -
YUV 53.55 221.93 128.32 -
System Red Green Blue C M Y K H S L
Decimal 54 21 220 0.75 0.90 0 0.14 249.95 0.83 0.47
Hex 36 15 DC 4B 5A 0 E FA 53 2F
Octal 66 25 334 113 132 0 16 372 123 57
Binary 110110 10101 11011100 1001011 1011010 0 1110 11111010 1010011 101111

Color Harmonies of #3615DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3615DC

Black with #3615DC

Text Example


Text Example

White with #3615DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3615DC; }

 p { color: rgb(54,21,220); }

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

background-color css

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

 a { background-color: rgb(54,21,220); }

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

border-color css

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

 span { border-color: rgb(54,21,220); }

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