Html Css Color HEX #3C14E7 Han Purple

📋 copy color: '#3C14E7'

red 60 ◦ green 20 ◦ blue 231

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

Shades of Han Purple #3C14E7

Tints of Han Purple #3C14E7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 231 (90.63% from 255) = 74.28%

R = 19.29%
G = 6.43%
B = 74.28%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3C14E7 (or 0x3C14E7) is known color: Han Purple. HEX triplet: 3C, 14 and E7. RGB value is (60,20,231). Sum of RGB (Red+Green+Blue) = 60+20+231=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 231 (90.62% from 255 or 74.28% from 311); Max value from RGB is 231 - color contains mainly: blue. Hex color #3C14E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C14E7 is #C3EB18. Grayscale: #373737. Windows color (decimal): -12839705 or 15143996. OLE color: 15143996.

HSL color Cylindrical-coordinate representation of color #3C14E7: hue angle of 251.37º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C14E7 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 60 20 231 -
CMYK 0.74 0.91 0 0.09
HSL 251.37º 0.84% 0.49% -
HSV(B) 251.37º 0.91% 0.91% -
XYZ 16.54 7.23 76.13 -
YUV 56.01 226.75 130.84 -
System Red Green Blue C M Y K H S L
Decimal 60 20 231 0.74 0.91 0 0.09 251.37 0.84 0.49
Hex 3C 14 E7 4A 5B 0 9 FB 54 31
Octal 74 24 347 112 133 0 11 373 124 61
Binary 111100 10100 11100111 1001010 1011011 0 1001 11111011 1010100 110001

Color Harmonies of #3C14E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C14E7

Black with #3C14E7

Text Example


Text Example

White with #3C14E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,231); }

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

background-color css

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

 a { background-color: rgb(60,20,231); }

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

border-color css

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

 span { border-color: rgb(60,20,231); }

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