Html Css Color HEX #3C30E5 Han Purple

📋 copy color: '#3C30E5'

red 60 ◦ green 48 ◦ blue 229

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

Shades of Han Purple #3C30E5

Tints of Han Purple #3C30E5

RGB

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

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

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

R = 17.8%
G = 14.24%
B = 67.95%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3C30E5 (or 0x3C30E5) is known color: Han Purple. HEX triplet: 3C, 30 and E5. RGB value is (60,48,229). Sum of RGB (Red+Green+Blue) = 60+48+229=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 229 (89.84% from 255 or 67.95% from 337); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C30E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30E5 is #C3CF1A. Grayscale: #474747. Windows color (decimal): -12832539 or 15020092. OLE color: 15020092.

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

Color convert

RGB 60 48 229 -
CMYK 0.74 0.79 0 0.10
HSL 243.98º 0.78% 0.54% -
HSV(B) 243.98º 0.79% 0.9% -
XYZ 17.06 8.73 74.91 -
YUV 72.22 216.48 119.28 -
System Red Green Blue C M Y K H S L
Decimal 60 48 229 0.74 0.79 0 0.10 243.98 0.78 0.54
Hex 3C 30 E5 4A 4F 0 A F4 4E 36
Octal 74 60 345 112 117 0 12 364 116 66
Binary 111100 110000 11100101 1001010 1001111 0 1010 11110100 1001110 110110

Color Harmonies of #3C30E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30E5

Black with #3C30E5

Text Example


Text Example

White with #3C30E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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