Html Css Color HEX #301DEA Han Purple

📋 copy color: '#301DEA'

red 48 ◦ green 29 ◦ blue 234

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

Shades of Han Purple #301DEA

Tints of Han Purple #301DEA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.32%

 BLUE value IS 234 (91.8% from 255) = 75.24%

R = 15.43%
G = 9.32%
B = 75.24%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#301DEA (or 0x301DEA) is known color: Han Purple. HEX triplet: 30, 1D and EA. RGB value is (48,29,234). Sum of RGB (Red+Green+Blue) = 48+29+234=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #301DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DEA is #CFE215. Grayscale: #393939. Windows color (decimal): -13623830 or 15342896. OLE color: 15342896.

HSL color Cylindrical-coordinate representation of color #301DEA: hue angle of 245.56º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301DEA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 29 234 -
CMYK 0.79 0.88 0 0.08
HSL 245.56º 0.83% 0.52% -
HSV(B) 245.56º 0.88% 0.92% -
XYZ 16.51 7.45 78.41 -
YUV 58.05 227.29 120.83 -
System Red Green Blue C M Y K H S L
Decimal 48 29 234 0.79 0.88 0 0.08 245.56 0.83 0.52
Hex 30 1D EA 4F 58 0 8 F6 53 34
Octal 60 35 352 117 130 0 10 366 123 64
Binary 110000 11101 11101010 1001111 1011000 0 1000 11110110 1010011 110100

Color Harmonies of #301DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DEA

Black with #301DEA

Text Example


Text Example

White with #301DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,29,234); }

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

background-color css

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

 a { background-color: rgb(48,29,234); }

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

border-color css

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

 span { border-color: rgb(48,29,234); }

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