Html Css Color HEX #3604E6 Han Purple

📋 copy color: '#3604E6'

red 54 ◦ green 4 ◦ blue 230

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

Shades of Han Purple #3604E6

Tints of Han Purple #3604E6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 230 (90.23% from 255) = 79.86%

R = 18.75%
G = 1.39%
B = 79.86%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3604E6 (or 0x3604E6) is known color: Han Purple. HEX triplet: 36, 04 and E6. RGB value is (54,4,230). Sum of RGB (Red+Green+Blue) = 54+4+230=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 230 (90.23% from 255 or 79.86% from 288); Max value from RGB is 230 - color contains mainly: blue. Hex color #3604E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3604E6 is #C9FB19. Grayscale: #2B2B2B. Windows color (decimal): -13237018 or 15074358. OLE color: 15074358.

HSL color Cylindrical-coordinate representation of color #3604E6: hue angle of 253.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604E6 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 4 230 -
CMYK 0.77 0.98 0 0.10
HSL 253.27º 0.97% 0.46% -
HSV(B) 253.27º 0.98% 0.9% -
XYZ 15.85 6.58 75.3 -
YUV 44.71 232.57 134.62 -
System Red Green Blue C M Y K H S L
Decimal 54 4 230 0.77 0.98 0 0.10 253.27 0.97 0.46
Hex 36 4 E6 4D 62 0 A FD 61 2E
Octal 66 4 346 115 142 0 12 375 141 56
Binary 110110 100 11100110 1001101 1100010 0 1010 11111101 1100001 101110

Color Harmonies of #3604E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3604E6

Black with #3604E6

Text Example


Text Example

White with #3604E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3604E6; }

 p { color: rgb(54,4,230); }

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

background-color css

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

 a { background-color: rgb(54,4,230); }

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

border-color css

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

 span { border-color: rgb(54,4,230); }

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