Html Css Color HEX #301BDF Han Purple

📋 copy color: '#301BDF'

red 48 ◦ green 27 ◦ blue 223

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

Shades of Han Purple #301BDF

Tints of Han Purple #301BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

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

R = 16.11%
G = 9.06%
B = 74.83%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#301BDF (or 0x301BDF) is known color: Han Purple. HEX triplet: 30, 1B and DF. RGB value is (48,27,223). Sum of RGB (Red+Green+Blue) = 48+27+223=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #301BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BDF is #CFE420. Grayscale: #363636. Windows color (decimal): -13624353 or 14621488. OLE color: 14621488.

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

Color convert

RGB 48 27 223 -
CMYK 0.78 0.88 0 0.13
HSL 246.43º 0.78% 0.49% -
HSV(B) 246.43º 0.88% 0.87% -
XYZ 14.93 6.74 70.33 -
YUV 55.62 222.46 122.56 -
System Red Green Blue C M Y K H S L
Decimal 48 27 223 0.78 0.88 0 0.13 246.43 0.78 0.49
Hex 30 1B DF 4E 58 0 D F6 4E 31
Octal 60 33 337 116 130 0 15 366 116 61
Binary 110000 11011 11011111 1001110 1011000 0 1101 11110110 1001110 110001

Color Harmonies of #301BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BDF

Black with #301BDF

Text Example


Text Example

White with #301BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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