Html Css Color HEX #3C16E5 Han Purple

📋 copy color: '#3C16E5'

red 60 ◦ green 22 ◦ blue 229

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

Shades of Han Purple #3C16E5

Tints of Han Purple #3C16E5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 229 (89.84% from 255) = 73.63%

R = 19.29%
G = 7.07%
B = 73.63%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3C16E5 (or 0x3C16E5) is known color: Han Purple. HEX triplet: 3C, 16 and E5. RGB value is (60,22,229). Sum of RGB (Red+Green+Blue) = 60+22+229=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 229 (89.84% from 255 or 73.63% from 311); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C16E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C16E5 is #C3E91A. Grayscale: #383838. Windows color (decimal): -12839195 or 15013436. OLE color: 15013436.

HSL color Cylindrical-coordinate representation of color #3C16E5: hue angle of 251.01º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C16E5 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 22 229 -
CMYK 0.74 0.90 0 0.10
HSL 251.01º 0.82% 0.49% -
HSV(B) 251.01º 0.9% 0.9% -
XYZ 16.29 7.19 74.66 -
YUV 56.96 225.09 130.17 -
System Red Green Blue C M Y K H S L
Decimal 60 22 229 0.74 0.90 0 0.10 251.01 0.82 0.49
Hex 3C 16 E5 4A 5A 0 A FB 52 31
Octal 74 26 345 112 132 0 12 373 122 61
Binary 111100 10110 11100101 1001010 1011010 0 1010 11111011 1010010 110001

Color Harmonies of #3C16E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C16E5

Black with #3C16E5

Text Example


Text Example

White with #3C16E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,22,229); }

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

background-color css

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

 a { background-color: rgb(60,22,229); }

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

border-color css

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

 span { border-color: rgb(60,22,229); }

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