Html Css Color HEX #3C01DB Han Purple

📋 copy color: '#3C01DB'

red 60 ◦ green 1 ◦ blue 219

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

Shades of Han Purple #3C01DB

Tints of Han Purple #3C01DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 21.43%
G = 0.36%
B = 78.21%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C01DB (or 0x3C01DB) is known color: Han Purple. HEX triplet: 3C, 01 and DB. RGB value is (60,1,219). Sum of RGB (Red+Green+Blue) = 60+1+219=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C01DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01DB is #C3FE24. Grayscale: #2A2A2A. Windows color (decimal): -12844581 or 14352700. OLE color: 14352700.

HSL color Cylindrical-coordinate representation of color #3C01DB: hue angle of 256.24º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C01DB is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 1 219 -
CMYK 0.73 1.00 0 0.14
HSL 256.24º 0.99% 0.43% -
HSV(B) 256.24º 1% 0.86% -
XYZ 14.66 6.1 67.42 -
YUV 43.49 227.05 139.77 -
System Red Green Blue C M Y K H S L
Decimal 60 1 219 0.73 1.00 0 0.14 256.24 0.99 0.43
Hex 3C 1 DB 49 64 0 E 100 63 2B
Octal 74 1 333 111 144 0 16 400 143 53
Binary 111100 1 11011011 1001001 1100100 0 1110 100000000 1100011 101011

Color Harmonies of #3C01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01DB

Black with #3C01DB

Text Example


Text Example

White with #3C01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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