Html Css Color HEX #301AEF Han Purple

📋 copy color: '#301AEF'

red 48 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #301AEF

Tints of Han Purple #301AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 76.36%

R = 15.34%
G = 8.31%
B = 76.36%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#301AEF (or 0x301AEF) is known color: Han Purple. HEX triplet: 30, 1A and EF. RGB value is (48,26,239). Sum of RGB (Red+Green+Blue) = 48+26+239=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #301AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301AEF is #CFE510. Grayscale: #383838. Windows color (decimal): -13624593 or 15669808. OLE color: 15669808.

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

Color convert

RGB 48 26 239 -
CMYK 0.80 0.89 0 0.06
HSL 246.2º 0.87% 0.52% -
HSV(B) 246.2º 0.89% 0.94% -
XYZ 17.17 7.6 82.22 -
YUV 56.86 230.79 121.68 -
System Red Green Blue C M Y K H S L
Decimal 48 26 239 0.80 0.89 0 0.06 246.2 0.87 0.52
Hex 30 1A EF 50 59 0 6 F6 57 34
Octal 60 32 357 120 131 0 6 366 127 64
Binary 110000 11010 11101111 1010000 1011001 0 110 11110110 1010111 110100

Color Harmonies of #301AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AEF

Black with #301AEF

Text Example


Text Example

White with #301AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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