Html Css Color HEX #301BDD Han Purple

📋 copy color: '#301BDD'

red 48 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #301BDD

Tints of Han Purple #301BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 16.22%
G = 9.12%
B = 74.66%

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

#301BDD (or 0x301BDD) is known color: Han Purple. HEX triplet: 30, 1B and DD. RGB value is (48,27,221). Sum of RGB (Red+Green+Blue) = 48+27+221=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #301BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BDD is #CFE422. Grayscale: #363636. Windows color (decimal): -13624355 or 14490416. OLE color: 14490416.

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

Color convert

RGB 48 27 221 -
CMYK 0.78 0.88 0 0.13
HSL 246.49º 0.78% 0.49% -
HSV(B) 246.49º 0.88% 0.87% -
XYZ 14.66 6.63 68.91 -
YUV 55.4 221.46 122.73 -
System Red Green Blue C M Y K H S L
Decimal 48 27 221 0.78 0.88 0 0.13 246.49 0.78 0.49
Hex 30 1B DD 4E 58 0 D F6 4E 31
Octal 60 33 335 116 130 0 15 366 116 61
Binary 110000 11011 11011101 1001110 1011000 0 1101 11110110 1001110 110001

Color Harmonies of #301BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BDD

Black with #301BDD

Text Example


Text Example

White with #301BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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