Html Css Color HEX #4B09DE Han Purple

📋 copy color: '#4B09DE'

red 75 ◦ green 9 ◦ blue 222

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

Shades of Han Purple #4B09DE

Tints of Han Purple #4B09DE

RGB

 RED value IS 75 (29.69% from 255) = 24.51%

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

 BLUE value IS 222 (87.11% from 255) = 72.55%

R = 24.51%
G = 2.94%
B = 72.55%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B09DE (or 0x4B09DE) is known color: Han Purple. HEX triplet: 4B, 09 and DE. RGB value is (75,9,222). Sum of RGB (Red+Green+Blue) = 75+9+222=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B09DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B09DE is #B4F621. Grayscale: #343434. Windows color (decimal): -11859490 or 14551371. OLE color: 14551371.

HSL color Cylindrical-coordinate representation of color #4B09DE: hue angle of 258.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B09DE is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 9 222 -
CMYK 0.66 0.96 0 0.13
HSL 258.59º 0.92% 0.45% -
HSV(B) 258.59º 0.96% 0.87% -
XYZ 16.18 6.97 69.6 -
YUV 53.02 223.37 143.68 -
System Red Green Blue C M Y K H S L
Decimal 75 9 222 0.66 0.96 0 0.13 258.59 0.92 0.45
Hex 4B 9 DE 42 60 0 D 103 5C 2D
Octal 113 11 336 102 140 0 15 403 134 55
Binary 1001011 1001 11011110 1000010 1100000 0 1101 100000011 1011100 101101

Color Harmonies of #4B09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B09DE

Black with #4B09DE

Text Example


Text Example

White with #4B09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,9,222); }

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

background-color css

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

 a { background-color: rgb(75,9,222); }

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

border-color css

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

 span { border-color: rgb(75,9,222); }

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