Html Css Color HEX #3C30EB Han Purple

📋 copy color: '#3C30EB'

red 60 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #3C30EB

Tints of Han Purple #3C30EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.51%

R = 17.49%
G = 13.99%
B = 68.51%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C30EB (or 0x3C30EB) is known color: Han Purple. HEX triplet: 3C, 30 and EB. RGB value is (60,48,235). Sum of RGB (Red+Green+Blue) = 60+48+235=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C30EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C30EB is #C3CF14. Grayscale: #484848. Windows color (decimal): -12832533 or 15413308. OLE color: 15413308.

HSL color Cylindrical-coordinate representation of color #3C30EB: hue angle of 243.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C30EB is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 48 235 -
CMYK 0.74 0.80 0 0.08
HSL 243.85º 0.82% 0.55% -
HSV(B) 243.85º 0.8% 0.92% -
XYZ 17.92 9.07 79.4 -
YUV 72.91 219.48 118.79 -
System Red Green Blue C M Y K H S L
Decimal 60 48 235 0.74 0.80 0 0.08 243.85 0.82 0.55
Hex 3C 30 EB 4A 50 0 8 F4 52 37
Octal 74 60 353 112 120 0 10 364 122 67
Binary 111100 110000 11101011 1001010 1010000 0 1000 11110100 1010010 110111

Color Harmonies of #3C30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30EB

Black with #3C30EB

Text Example


Text Example

White with #3C30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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