Html Css Color HEX #301DDF Han Purple

📋 copy color: '#301DDF'

red 48 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #301DDF

Tints of Han Purple #301DDF

RGB

 RED value IS 48 (19.14% from 255) = 16%

 GREEN value IS 29 (11.72% from 255) = 9.67%

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

R = 16%
G = 9.67%
B = 74.33%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#301DDF (or 0x301DDF) is known color: Han Purple. HEX triplet: 30, 1D and DF. RGB value is (48,29,223). Sum of RGB (Red+Green+Blue) = 48+29+223=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #301DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DDF is #CFE220. Grayscale: #383838. Windows color (decimal): -13623841 or 14622000. OLE color: 14622000.

HSL color Cylindrical-coordinate representation of color #301DDF: hue angle of 245.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301DDF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 29 223 -
CMYK 0.78 0.87 0 0.13
HSL 245.88º 0.77% 0.49% -
HSV(B) 245.88º 0.87% 0.87% -
XYZ 14.98 6.83 70.34 -
YUV 56.8 221.79 121.73 -
System Red Green Blue C M Y K H S L
Decimal 48 29 223 0.78 0.87 0 0.13 245.88 0.77 0.49
Hex 30 1D DF 4E 57 0 D F6 4D 31
Octal 60 35 337 116 127 0 15 366 115 61
Binary 110000 11101 11011111 1001110 1010111 0 1101 11110110 1001101 110001

Color Harmonies of #301DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DDF

Black with #301DDF

Text Example


Text Example

White with #301DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301DDF; }

 p { color: rgb(48,29,223); }

 H1.HeaderClassName
 {
   color: #301DDF;
 }
 .AnyTagClassName
 {
   color: #301DDF;
 }
</style>

background-color css

<style>
 a { background-color: #301DDF; }

 a { background-color: rgb(48,29,223); }

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

border-color css

<style>
 span { border-color: #301DDF; }

 span { border-color: rgb(48,29,223); }

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