Html Css Color HEX #4300CC Han Purple

📋 copy color: '#4300CC'

red 67 ◦ green 0 ◦ blue 204

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

Shades of Han Purple #4300CC

Tints of Han Purple #4300CC

RGB

 RED value IS 67 (26.56% from 255) = 24.72%

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

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

R = 24.72%
G = 0%
B = 75.28%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4300CC (or 0x4300CC) is known color: Han Purple. HEX triplet: 43, 00 and CC. RGB value is (67,0,204). Sum of RGB (Red+Green+Blue) = 67+0+204=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #4300CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4300CC is #BCFF33. Grayscale: #2A2A2A. Windows color (decimal): -12386100 or 13369411. OLE color: 13369411.

HSL color Cylindrical-coordinate representation of color #4300CC: hue angle of 259.71º 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 #4300CC is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 0 204 -
CMYK 0.67 1 0 0.2
HSL 259.71º 1% 0.4% -
HSV(B) 259.71º 1% 0.8% -
XYZ 13.21 5.55 57.5 -
YUV 43.29 218.7 144.91 -
System Red Green Blue C M Y K H S L
Decimal 67 0 204 0.67 1 0 0.2 259.71 1 0.4
Hex 43 0 CC 43 64 0 14 104 64 28
Octal 103 0 314 103 144 0 24 404 144 50
Binary 1000011 0 11001100 1000011 1100100 0 10100 100000100 1100100 101000

Color Harmonies of #4300CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4300CC

Black with #4300CC

Text Example


Text Example

White with #4300CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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