Html Css Color HEX #3C30E1 Han Purple

📋 copy color: '#3C30E1'

red 60 ◦ green 48 ◦ blue 225

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

Shades of Han Purple #3C30E1

Tints of Han Purple #3C30E1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

 BLUE value IS 225 (88.28% from 255) = 67.57%

R = 18.02%
G = 14.41%
B = 67.57%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3C30E1 (or 0x3C30E1) is known color: Han Purple. HEX triplet: 3C, 30 and E1. RGB value is (60,48,225). Sum of RGB (Red+Green+Blue) = 60+48+225=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 225 (88.28% from 255 or 67.57% from 333); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C30E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30E1 is #C3CF1E. Grayscale: #474747. Windows color (decimal): -12832543 or 14757948. OLE color: 14757948.

HSL color Cylindrical-coordinate representation of color #3C30E1: hue angle of 244.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C30E1 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 48 225 -
CMYK 0.73 0.79 0 0.12
HSL 244.07º 0.75% 0.54% -
HSV(B) 244.07º 0.79% 0.88% -
XYZ 16.51 8.51 72.01 -
YUV 71.77 214.48 119.61 -
System Red Green Blue C M Y K H S L
Decimal 60 48 225 0.73 0.79 0 0.12 244.07 0.75 0.54
Hex 3C 30 E1 49 4F 0 C F4 4B 36
Octal 74 60 341 111 117 0 14 364 113 66
Binary 111100 110000 11100001 1001001 1001111 0 1100 11110100 1001011 110110

Color Harmonies of #3C30E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30E1

Black with #3C30E1

Text Example


Text Example

White with #3C30E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,225); }

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

background-color css

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

 a { background-color: rgb(60,48,225); }

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

border-color css

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

 span { border-color: rgb(60,48,225); }

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