Html Css Color HEX #301CEA Han Purple

📋 copy color: '#301CEA'

red 48 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #301CEA

Tints of Han Purple #301CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

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

R = 15.48%
G = 9.03%
B = 75.48%

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

#301CEA (or 0x301CEA) is known color: Han Purple. HEX triplet: 30, 1C and EA. RGB value is (48,28,234). Sum of RGB (Red+Green+Blue) = 48+28+234=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #301CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CEA is #CFE315. Grayscale: #383838. Windows color (decimal): -13624086 or 15342640. OLE color: 15342640.

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

Color convert

RGB 48 28 234 -
CMYK 0.79 0.88 0 0.08
HSL 245.83º 0.83% 0.51% -
HSV(B) 245.83º 0.88% 0.92% -
XYZ 16.49 7.4 78.4 -
YUV 57.46 227.63 121.25 -
System Red Green Blue C M Y K H S L
Decimal 48 28 234 0.79 0.88 0 0.08 245.83 0.83 0.51
Hex 30 1C EA 4F 58 0 8 F6 53 33
Octal 60 34 352 117 130 0 10 366 123 63
Binary 110000 11100 11101010 1001111 1011000 0 1000 11110110 1010011 110011

Color Harmonies of #301CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CEA

Black with #301CEA

Text Example


Text Example

White with #301CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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