Html Css Color HEX #4300CE Han Purple

📋 copy color: '#4300CE'

red 67 ◦ green 0 ◦ blue 206

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

Shades of Han Purple #4300CE

Tints of Han Purple #4300CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 24.54%
G = 0%
B = 75.46%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4300CE (or 0x4300CE) is known color: Han Purple. HEX triplet: 43, 00 and CE. RGB value is (67,0,206). Sum of RGB (Red+Green+Blue) = 67+0+206=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #4300CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4300CE is #BCFF31. Grayscale: #2A2A2A. Windows color (decimal): -12386098 or 13500483. OLE color: 13500483.

HSL color Cylindrical-coordinate representation of color #4300CE: hue angle of 259.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300CE is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 67 0 206 -
CMYK 0.67 1 0 0.19
HSL 259.51º 1% 0.4% -
HSV(B) 259.51º 1% 0.81% -
XYZ 13.46 5.65 58.77 -
YUV 43.52 219.7 144.75 -
System Red Green Blue C M Y K H S L
Decimal 67 0 206 0.67 1 0 0.19 259.51 1 0.4
Hex 43 0 CE 43 64 0 13 104 64 28
Octal 103 0 316 103 144 0 23 404 144 50
Binary 1000011 0 11001110 1000011 1100100 0 10011 100000100 1100100 101000

Color Harmonies of #4300CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4300CE

Black with #4300CE

Text Example


Text Example

White with #4300CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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