Html Css Color HEX #3C30DB Han Purple

📋 copy color: '#3C30DB'

red 60 ◦ green 48 ◦ blue 219

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

Shades of Han Purple #3C30DB

Tints of Han Purple #3C30DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 18.35%
G = 14.68%
B = 66.97%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C30DB (or 0x3C30DB) is known color: Han Purple. HEX triplet: 3C, 30 and DB. RGB value is (60,48,219). Sum of RGB (Red+Green+Blue) = 60+48+219=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C30DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30DB is #C3CF24. Grayscale: #464646. Windows color (decimal): -12832549 or 14364732. OLE color: 14364732.

HSL color Cylindrical-coordinate representation of color #3C30DB: hue angle of 244.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C30DB is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 48 219 -
CMYK 0.73 0.78 0 0.14
HSL 244.21º 0.7% 0.52% -
HSV(B) 244.21º 0.78% 0.86% -
XYZ 15.71 8.19 67.77 -
YUV 71.08 211.48 120.1 -
System Red Green Blue C M Y K H S L
Decimal 60 48 219 0.73 0.78 0 0.14 244.21 0.7 0.52
Hex 3C 30 DB 49 4E 0 E F4 46 34
Octal 74 60 333 111 116 0 16 364 106 64
Binary 111100 110000 11011011 1001001 1001110 0 1110 11110100 1000110 110100

Color Harmonies of #3C30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30DB

Black with #3C30DB

Text Example


Text Example

White with #3C30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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