Html Css Color HEX #3C04DD Han Purple

📋 copy color: '#3C04DD'

red 60 ◦ green 4 ◦ blue 221

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

Shades of Han Purple #3C04DD

Tints of Han Purple #3C04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.54%

R = 21.05%
G = 1.4%
B = 77.54%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C04DD (or 0x3C04DD) is known color: Han Purple. HEX triplet: 3C, 04 and DD. RGB value is (60,4,221). Sum of RGB (Red+Green+Blue) = 60+4+221=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04DD is #C3FB22. Grayscale: #2C2C2C. Windows color (decimal): -12843811 or 14484540. OLE color: 14484540.

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

Color convert

RGB 60 4 221 -
CMYK 0.73 0.98 0 0.13
HSL 255.48º 0.96% 0.44% -
HSV(B) 255.48º 0.98% 0.87% -
XYZ 14.96 6.27 68.83 -
YUV 45.48 227.05 138.36 -
System Red Green Blue C M Y K H S L
Decimal 60 4 221 0.73 0.98 0 0.13 255.48 0.96 0.44
Hex 3C 4 DD 49 62 0 D FF 60 2C
Octal 74 4 335 111 142 0 15 377 140 54
Binary 111100 100 11011101 1001001 1100010 0 1101 11111111 1100000 101100

Color Harmonies of #3C04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04DD

Black with #3C04DD

Text Example


Text Example

White with #3C04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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