Html Css Color HEX #4100CC Han Purple

📋 copy color: '#4100CC'

red 65 ◦ green 0 ◦ blue 204

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

Shades of Han Purple #4100CC

Tints of Han Purple #4100CC

RGB

 RED value IS 65 (25.78% from 255) = 24.16%

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

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 24.16%
G = 0%
B = 75.84%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4100CC (or 0x4100CC) is known color: Han Purple. HEX triplet: 41, 00 and CC. RGB value is (65,0,204). Sum of RGB (Red+Green+Blue) = 65+0+204=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #4100CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4100CC is #BEFF33. Grayscale: #292929. Windows color (decimal): -12517172 or 13369409. OLE color: 13369409.

HSL color Cylindrical-coordinate representation of color #4100CC: hue angle of 259.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100CC is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 0 204 -
CMYK 0.68 1 0 0.2
HSL 259.12º 1% 0.4% -
HSV(B) 259.12º 1% 0.8% -
XYZ 13.08 5.48 57.5 -
YUV 42.69 219.03 143.91 -
System Red Green Blue C M Y K H S L
Decimal 65 0 204 0.68 1 0 0.2 259.12 1 0.4
Hex 41 0 CC 44 64 0 14 103 64 28
Octal 101 0 314 104 144 0 24 403 144 50
Binary 1000001 0 11001100 1000100 1100100 0 10100 100000011 1100100 101000

Color Harmonies of #4100CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4100CC

Black with #4100CC

Text Example


Text Example

White with #4100CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4100CC; }

 p { color: rgb(65,0,204); }

 H1.HeaderClassName
 {
   color: #4100CC;
 }
 .AnyTagClassName
 {
   color: #4100CC;
 }
</style>

background-color css

<style>
 a { background-color: #4100CC; }

 a { background-color: rgb(65,0,204); }

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

border-color css

<style>
 span { border-color: #4100CC; }

 span { border-color: rgb(65,0,204); }

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