Html Css Color HEX #301AED Han Purple

📋 copy color: '#301AED'

red 48 ◦ green 26 ◦ blue 237

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

Shades of Han Purple #301AED

Tints of Han Purple #301AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.36%

 BLUE value IS 237 (92.97% from 255) = 76.21%

R = 15.43%
G = 8.36%
B = 76.21%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#301AED (or 0x301AED) is known color: Han Purple. HEX triplet: 30, 1A and ED. RGB value is (48,26,237). Sum of RGB (Red+Green+Blue) = 48+26+237=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #301AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301AED is #CFE512. Grayscale: #373737. Windows color (decimal): -13624595 or 15538736. OLE color: 15538736.

HSL color Cylindrical-coordinate representation of color #301AED: hue angle of 246.26º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301AED is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 26 237 -
CMYK 0.80 0.89 0 0.07
HSL 246.26º 0.85% 0.52% -
HSV(B) 246.26º 0.89% 0.93% -
XYZ 16.87 7.48 80.68 -
YUV 56.63 229.79 121.84 -
System Red Green Blue C M Y K H S L
Decimal 48 26 237 0.80 0.89 0 0.07 246.26 0.85 0.52
Hex 30 1A ED 50 59 0 7 F6 55 34
Octal 60 32 355 120 131 0 7 366 125 64
Binary 110000 11010 11101101 1010000 1011001 0 111 11110110 1010101 110100

Color Harmonies of #301AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AED

Black with #301AED

Text Example


Text Example

White with #301AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,237); }

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

background-color css

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

 a { background-color: rgb(48,26,237); }

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

border-color css

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

 span { border-color: rgb(48,26,237); }

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