Html Css Color HEX #4B12DF Han Purple

📋 copy color: '#4B12DF'

red 75 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #4B12DF

Tints of Han Purple #4B12DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 23.73%
G = 5.7%
B = 70.57%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B12DF (or 0x4B12DF) is known color: Han Purple. HEX triplet: 4B, 12 and DF. RGB value is (75,18,223). Sum of RGB (Red+Green+Blue) = 75+18+223=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B12DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B12DF is #B4ED20. Grayscale: #393939. Windows color (decimal): -11857185 or 14619211. OLE color: 14619211.

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

Color convert

RGB 75 18 223 -
CMYK 0.66 0.92 0 0.13
HSL 256.68º 0.85% 0.47% -
HSV(B) 256.68º 0.92% 0.87% -
XYZ 16.44 7.26 70.35 -
YUV 58.41 220.88 139.83 -
System Red Green Blue C M Y K H S L
Decimal 75 18 223 0.66 0.92 0 0.13 256.68 0.85 0.47
Hex 4B 12 DF 42 5C 0 D 101 55 2F
Octal 113 22 337 102 134 0 15 401 125 57
Binary 1001011 10010 11011111 1000010 1011100 0 1101 100000001 1010101 101111

Color Harmonies of #4B12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B12DF

Black with #4B12DF

Text Example


Text Example

White with #4B12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,18,223); }

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

background-color css

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

 a { background-color: rgb(75,18,223); }

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

border-color css

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

 span { border-color: rgb(75,18,223); }

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