Html Css Color HEX #3C06DD Han Purple

📋 copy color: '#3C06DD'

red 60 ◦ green 6 ◦ blue 221

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

Shades of Han Purple #3C06DD

Tints of Han Purple #3C06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

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

R = 20.91%
G = 2.09%
B = 77%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C06DD (or 0x3C06DD) is known color: Han Purple. HEX triplet: 3C, 06 and DD. RGB value is (60,6,221). Sum of RGB (Red+Green+Blue) = 60+6+221=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C06DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C06DD is #C3F922. Grayscale: #2D2D2D. Windows color (decimal): -12843299 or 14485052. OLE color: 14485052.

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

Color convert

RGB 60 6 221 -
CMYK 0.73 0.97 0 0.13
HSL 255.07º 0.95% 0.45% -
HSV(B) 255.07º 0.97% 0.87% -
XYZ 14.98 6.31 68.84 -
YUV 46.66 226.39 137.52 -
System Red Green Blue C M Y K H S L
Decimal 60 6 221 0.73 0.97 0 0.13 255.07 0.95 0.45
Hex 3C 6 DD 49 61 0 D FF 5F 2D
Octal 74 6 335 111 141 0 15 377 137 55
Binary 111100 110 11011101 1001001 1100001 0 1101 11111111 1011111 101101

Color Harmonies of #3C06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C06DD

Black with #3C06DD

Text Example


Text Example

White with #3C06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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