Html Css Color HEX #3C04DB Han Purple

📋 copy color: '#3C04DB'

red 60 ◦ green 4 ◦ blue 219

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

Shades of Han Purple #3C04DB

Tints of Han Purple #3C04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 21.2%
G = 1.41%
B = 77.39%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C04DB (or 0x3C04DB) is known color: Han Purple. HEX triplet: 3C, 04 and DB. RGB value is (60,4,219). Sum of RGB (Red+Green+Blue) = 60+4+219=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C04DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04DB is #C3FB24. Grayscale: #2C2C2C. Windows color (decimal): -12843813 or 14353468. OLE color: 14353468.

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

Color convert

RGB 60 4 219 -
CMYK 0.73 0.98 0 0.14
HSL 255.63º 0.96% 0.44% -
HSV(B) 255.63º 0.98% 0.86% -
XYZ 14.69 6.16 67.43 -
YUV 45.25 226.05 138.52 -
System Red Green Blue C M Y K H S L
Decimal 60 4 219 0.73 0.98 0 0.14 255.63 0.96 0.44
Hex 3C 4 DB 49 62 0 E 100 60 2C
Octal 74 4 333 111 142 0 16 400 140 54
Binary 111100 100 11011011 1001001 1100010 0 1110 100000000 1100000 101100

Color Harmonies of #3C04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04DB

Black with #3C04DB

Text Example


Text Example

White with #3C04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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