Html Css Color HEX #4313FA Han Purple

📋 copy color: '#4313FA'

red 67 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #4313FA

Tints of Han Purple #4313FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 19.94%
G = 5.65%
B = 74.4%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4313FA (or 0x4313FA) is known color: Han Purple. HEX triplet: 43, 13 and FA. RGB value is (67,19,250). Sum of RGB (Red+Green+Blue) = 67+19+250=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #4313FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4313FA is #BCEC05. Grayscale: #3A3A3A. Windows color (decimal): -12381190 or 16388931. OLE color: 16388931.

HSL color Cylindrical-coordinate representation of color #4313FA: hue angle of 252.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4313FA is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 19 250 -
CMYK 0.73 0.92 0 0.02
HSL 252.47º 0.96% 0.53% -
HSV(B) 252.47º 0.92% 0.98% -
XYZ 19.8 8.56 91.05 -
YUV 59.69 235.4 133.22 -
System Red Green Blue C M Y K H S L
Decimal 67 19 250 0.73 0.92 0 0.02 252.47 0.96 0.53
Hex 43 13 FA 49 5C 0 2 FC 60 35
Octal 103 23 372 111 134 0 2 374 140 65
Binary 1000011 10011 11111010 1001001 1011100 0 10 11111100 1100000 110101

Color Harmonies of #4313FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4313FA

Black with #4313FA

Text Example


Text Example

White with #4313FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4313FA; }

 p { color: rgb(67,19,250); }

 H1.HeaderClassName
 {
   color: #4313FA;
 }
 .AnyTagClassName
 {
   color: #4313FA;
 }
</style>

background-color css

<style>
 a { background-color: #4313FA; }

 a { background-color: rgb(67,19,250); }

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

border-color css

<style>
 span { border-color: #4313FA; }

 span { border-color: rgb(67,19,250); }

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