Html Css Color HEX #301CE7 Han Purple

📋 copy color: '#301CE7'

red 48 ◦ green 28 ◦ blue 231

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

Shades of Han Purple #301CE7

Tints of Han Purple #301CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 75.24%

R = 15.64%
G = 9.12%
B = 75.24%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#301CE7 (or 0x301CE7) is known color: Han Purple. HEX triplet: 30, 1C and E7. RGB value is (48,28,231). Sum of RGB (Red+Green+Blue) = 48+28+231=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 231 (90.62% from 255 or 75.24% from 307); Max value from RGB is 231 - color contains mainly: blue. Hex color #301CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CE7 is #CFE318. Grayscale: #383838. Windows color (decimal): -13624089 or 15146032. OLE color: 15146032.

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

Color convert

RGB 48 28 231 -
CMYK 0.79 0.88 0 0.09
HSL 245.91º 0.81% 0.51% -
HSV(B) 245.91º 0.88% 0.91% -
XYZ 16.06 7.23 76.15 -
YUV 57.12 226.13 121.49 -
System Red Green Blue C M Y K H S L
Decimal 48 28 231 0.79 0.88 0 0.09 245.91 0.81 0.51
Hex 30 1C E7 4F 58 0 9 F6 51 33
Octal 60 34 347 117 130 0 11 366 121 63
Binary 110000 11100 11100111 1001111 1011000 0 1001 11110110 1010001 110011

Color Harmonies of #301CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CE7

Black with #301CE7

Text Example


Text Example

White with #301CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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