Html Css Color HEX #301BDE Han Purple

📋 copy color: '#301BDE'

red 48 ◦ green 27 ◦ blue 222

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

Shades of Han Purple #301BDE

Tints of Han Purple #301BDE

RGB

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

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

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

R = 16.16%
G = 9.09%
B = 74.75%

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

#301BDE (or 0x301BDE) is known color: Han Purple. HEX triplet: 30, 1B and DE. RGB value is (48,27,222). Sum of RGB (Red+Green+Blue) = 48+27+222=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #301BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BDE is #CFE421. Grayscale: #363636. Windows color (decimal): -13624354 or 14555952. OLE color: 14555952.

HSL color Cylindrical-coordinate representation of color #301BDE: hue angle of 246.46º 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 #301BDE is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 27 222 -
CMYK 0.78 0.88 0 0.13
HSL 246.46º 0.78% 0.49% -
HSV(B) 246.46º 0.88% 0.87% -
XYZ 14.8 6.69 69.62 -
YUV 55.51 221.96 122.64 -
System Red Green Blue C M Y K H S L
Decimal 48 27 222 0.78 0.88 0 0.13 246.46 0.78 0.49
Hex 30 1B DE 4E 58 0 D F6 4E 31
Octal 60 33 336 116 130 0 15 366 116 61
Binary 110000 11011 11011110 1001110 1011000 0 1101 11110110 1001110 110001

Color Harmonies of #301BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BDE

Black with #301BDE

Text Example


Text Example

White with #301BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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