Html Css Color HEX #3C21EE Han Purple

📋 copy color: '#3C21EE'

red 60 ◦ green 33 ◦ blue 238

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

Shades of Han Purple #3C21EE

Tints of Han Purple #3C21EE

RGB

 RED value IS 60 (23.83% from 255) = 18.13%

 GREEN value IS 33 (13.28% from 255) = 9.97%

 BLUE value IS 238 (93.36% from 255) = 71.9%

R = 18.13%
G = 9.97%
B = 71.9%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C21EE (or 0x3C21EE) is known color: Han Purple. HEX triplet: 3C, 21 and EE. RGB value is (60,33,238). Sum of RGB (Red+Green+Blue) = 60+33+238=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C21EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C21EE is #C3DE11. Grayscale: #3F3F3F. Windows color (decimal): -12836370 or 15606076. OLE color: 15606076.

HSL color Cylindrical-coordinate representation of color #3C21EE: hue angle of 247.9º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C21EE is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 33 238 -
CMYK 0.75 0.86 0 0.07
HSL 247.9º 0.86% 0.53% -
HSV(B) 247.9º 0.86% 0.93% -
XYZ 17.84 8.22 81.54 -
YUV 64.44 225.95 124.83 -
System Red Green Blue C M Y K H S L
Decimal 60 33 238 0.75 0.86 0 0.07 247.9 0.86 0.53
Hex 3C 21 EE 4B 56 0 7 F8 56 35
Octal 74 41 356 113 126 0 7 370 126 65
Binary 111100 100001 11101110 1001011 1010110 0 111 11111000 1010110 110101

Color Harmonies of #3C21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C21EE

Black with #3C21EE

Text Example


Text Example

White with #3C21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C21EE; }

 p { color: rgb(60,33,238); }

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

background-color css

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

 a { background-color: rgb(60,33,238); }

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

border-color css

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

 span { border-color: rgb(60,33,238); }

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