Html Css Color HEX #3C00DB Han Purple

📋 copy color: '#3C00DB'

red 60 ◦ green 0 ◦ blue 219

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

Shades of Han Purple #3C00DB

Tints of Han Purple #3C00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.51%
G = 0%
B = 78.49%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C00DB (or 0x3C00DB) is known color: Han Purple. HEX triplet: 3C, 00 and DB. RGB value is (60,0,219). Sum of RGB (Red+Green+Blue) = 60+0+219=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C00DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C00DB is #C3FF24. Grayscale: #2A2A2A. Windows color (decimal): -12844837 or 14352444. OLE color: 14352444.

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

Color convert

RGB 60 0 219 -
CMYK 0.73 1 0 0.14
HSL 256.44º 1% 0.43% -
HSV(B) 256.44º 1% 0.86% -
XYZ 14.65 6.08 67.42 -
YUV 42.91 227.38 140.19 -
System Red Green Blue C M Y K H S L
Decimal 60 0 219 0.73 1 0 0.14 256.44 1 0.43
Hex 3C 0 DB 49 64 0 E 100 64 2B
Octal 74 0 333 111 144 0 16 400 144 53
Binary 111100 0 11011011 1001001 1100100 0 1110 100000000 1100100 101011

Color Harmonies of #3C00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C00DB

Black with #3C00DB

Text Example


Text Example

White with #3C00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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