Html Css Color HEX #4C09FA Han Purple

📋 copy color: '#4C09FA'

red 76 ◦ green 9 ◦ blue 250

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

Shades of Han Purple #4C09FA

Tints of Han Purple #4C09FA

RGB

 RED value IS 76 (30.08% from 255) = 22.69%

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 22.69%
G = 2.69%
B = 74.63%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C09FA (or 0x4C09FA) is known color: Han Purple. HEX triplet: 4C, 09 and FA. RGB value is (76,9,250). Sum of RGB (Red+Green+Blue) = 76+9+250=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C09FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C09FA is #B3F605. Grayscale: #373737. Windows color (decimal): -11793926 or 16386380. OLE color: 16386380.

HSL color Cylindrical-coordinate representation of color #4C09FA: hue angle of 256.68º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C09FA is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 9 250 -
CMYK 0.70 0.96 0 0.02
HSL 256.68º 0.96% 0.51% -
HSV(B) 256.68º 0.96% 0.98% -
XYZ 20.33 8.63 91.04 -
YUV 56.51 237.2 141.9 -
System Red Green Blue C M Y K H S L
Decimal 76 9 250 0.70 0.96 0 0.02 256.68 0.96 0.51
Hex 4C 9 FA 46 60 0 2 101 60 33
Octal 114 11 372 106 140 0 2 401 140 63
Binary 1001100 1001 11111010 1000110 1100000 0 10 100000001 1100000 110011

Color Harmonies of #4C09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C09FA

Black with #4C09FA

Text Example


Text Example

White with #4C09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C09FA; }

 p { color: rgb(76,9,250); }

 H1.HeaderClassName
 {
   color: #4C09FA;
 }
 .AnyTagClassName
 {
   color: #4C09FA;
 }
</style>

background-color css

<style>
 a { background-color: #4C09FA; }

 a { background-color: rgb(76,9,250); }

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

border-color css

<style>
 span { border-color: #4C09FA; }

 span { border-color: rgb(76,9,250); }

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