Html Css Color HEX #3C02DD Han Purple

📋 copy color: '#3C02DD'

red 60 ◦ green 2 ◦ blue 221

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

Shades of Han Purple #3C02DD

Tints of Han Purple #3C02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 21.2%
G = 0.71%
B = 78.09%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C02DD (or 0x3C02DD) is known color: Han Purple. HEX triplet: 3C, 02 and DD. RGB value is (60,2,221). Sum of RGB (Red+Green+Blue) = 60+2+221=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C02DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02DD is #C3FD22. Grayscale: #2B2B2B. Windows color (decimal): -12844323 or 14484028. OLE color: 14484028.

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

Color convert

RGB 60 2 221 -
CMYK 0.73 0.99 0 0.13
HSL 255.89º 0.98% 0.44% -
HSV(B) 255.89º 0.99% 0.87% -
XYZ 14.94 6.22 68.82 -
YUV 44.31 227.72 139.19 -
System Red Green Blue C M Y K H S L
Decimal 60 2 221 0.73 0.99 0 0.13 255.89 0.98 0.44
Hex 3C 2 DD 49 63 0 D 100 62 2C
Octal 74 2 335 111 143 0 15 400 142 54
Binary 111100 10 11011101 1001001 1100011 0 1101 100000000 1100010 101100

Color Harmonies of #3C02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C02DD

Black with #3C02DD

Text Example


Text Example

White with #3C02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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