Html Css Color HEX #4330EB Han Purple

📋 copy color: '#4330EB'

red 67 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #4330EB

Tints of Han Purple #4330EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 19.14%
G = 13.71%
B = 67.14%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4330EB (or 0x4330EB) is known color: Han Purple. HEX triplet: 43, 30 and EB. RGB value is (67,48,235). Sum of RGB (Red+Green+Blue) = 67+48+235=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #4330EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4330EB is #BCCF14. Grayscale: #4A4A4A. Windows color (decimal): -12373781 or 15413315. OLE color: 15413315.

HSL color Cylindrical-coordinate representation of color #4330EB: hue angle of 246.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4330EB is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 48 235 -
CMYK 0.71 0.80 0 0.08
HSL 246.1º 0.82% 0.55% -
HSV(B) 246.1º 0.8% 0.92% -
XYZ 18.37 9.31 79.43 -
YUV 75 218.29 122.29 -
System Red Green Blue C M Y K H S L
Decimal 67 48 235 0.71 0.80 0 0.08 246.1 0.82 0.55
Hex 43 30 EB 47 50 0 8 F6 52 37
Octal 103 60 353 107 120 0 10 366 122 67
Binary 1000011 110000 11101011 1000111 1010000 0 1000 11110110 1010010 110111

Color Harmonies of #4330EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330EB

Black with #4330EB

Text Example


Text Example

White with #4330EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4330EB; }

 p { color: rgb(67,48,235); }

 H1.HeaderClassName
 {
   color: #4330EB;
 }
 .AnyTagClassName
 {
   color: #4330EB;
 }
</style>

background-color css

<style>
 a { background-color: #4330EB; }

 a { background-color: rgb(67,48,235); }

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

border-color css

<style>
 span { border-color: #4330EB; }

 span { border-color: rgb(67,48,235); }

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