Html Css Color HEX #3604EC Han Purple

📋 copy color: '#3604EC'

red 54 ◦ green 4 ◦ blue 236

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

Shades of Han Purple #3604EC

Tints of Han Purple #3604EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 80.27%

R = 18.37%
G = 1.36%
B = 80.27%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3604EC (or 0x3604EC) is known color: Han Purple. HEX triplet: 36, 04 and EC. RGB value is (54,4,236). Sum of RGB (Red+Green+Blue) = 54+4+236=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #3604EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3604EC is #C9FB13. Grayscale: #2C2C2C. Windows color (decimal): -13237012 or 15467574. OLE color: 15467574.

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

Color convert

RGB 54 4 236 -
CMYK 0.77 0.98 0 0.07
HSL 252.93º 0.97% 0.47% -
HSV(B) 252.93º 0.98% 0.93% -
XYZ 16.71 6.93 79.81 -
YUV 45.4 235.57 134.14 -
System Red Green Blue C M Y K H S L
Decimal 54 4 236 0.77 0.98 0 0.07 252.93 0.97 0.47
Hex 36 4 EC 4D 62 0 7 FD 61 2F
Octal 66 4 354 115 142 0 7 375 141 57
Binary 110110 100 11101100 1001101 1100010 0 111 11111101 1100001 101111

Color Harmonies of #3604EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3604EC

Black with #3604EC

Text Example


Text Example

White with #3604EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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