Html Css Color HEX #4300C9 Han Purple

📋 copy color: '#4300C9'

red 67 ◦ green 0 ◦ blue 201

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

Shades of Han Purple #4300C9

Tints of Han Purple #4300C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 75%

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4300C9 (or 0x4300C9) is known color: Han Purple. HEX triplet: 43, 00 and C9. RGB value is (67,0,201). Sum of RGB (Red+Green+Blue) = 67+0+201=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 201 (78.91% from 255 or 75% from 268); Max value from RGB is 201 - color contains mainly: blue. Hex color #4300C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4300C9 is #BCFF36. Grayscale: #2A2A2A. Windows color (decimal): -12386103 or 13172803. OLE color: 13172803.

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

Color convert

RGB 67 0 201 -
CMYK 0.67 1 0 0.21
HSL 260º 1% 0.39% -
HSV(B) 260º 1% 0.79% -
XYZ 12.86 5.41 55.62 -
YUV 42.95 217.2 145.16 -
System Red Green Blue C M Y K H S L
Decimal 67 0 201 0.67 1 0 0.21 260 1 0.39
Hex 43 0 C9 43 64 0 15 104 64 27
Octal 103 0 311 103 144 0 25 404 144 47
Binary 1000011 0 11001001 1000011 1100100 0 10101 100000100 1100100 100111

Color Harmonies of #4300C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4300C9

Black with #4300C9

Text Example


Text Example

White with #4300C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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