Html Css Color HEX #301EC1 Persian Blue

📋 copy color: '#301EC1'

red 48 ◦ green 30 ◦ blue 193

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

Shades of Persian Blue #301EC1

Tints of Persian Blue #301EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 193 (75.78% from 255) = 71.22%

R = 17.71%
G = 11.07%
B = 71.22%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#301EC1 (or 0x301EC1) is known color: Persian Blue. HEX triplet: 30, 1E and C1. RGB value is (48,30,193). Sum of RGB (Red+Green+Blue) = 48+30+193=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #301EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EC1 is #CFE13E. Grayscale: #353535. Windows color (decimal): -13623615 or 12656176. OLE color: 12656176.

HSL color Cylindrical-coordinate representation of color #301EC1: hue angle of 246.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301EC1 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 30 193 -
CMYK 0.75 0.84 0 0.24
HSL 246.63º 0.73% 0.44% -
HSV(B) 246.63º 0.84% 0.76% -
XYZ 11.31 5.41 50.9 -
YUV 53.96 206.46 123.75 -
System Red Green Blue C M Y K H S L
Decimal 48 30 193 0.75 0.84 0 0.24 246.63 0.73 0.44
Hex 30 1E C1 4B 54 0 18 F7 49 2C
Octal 60 36 301 113 124 0 30 367 111 54
Binary 110000 11110 11000001 1001011 1010100 0 11000 11110111 1001001 101100

Color Harmonies of #301EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EC1

Black with #301EC1

Text Example


Text Example

White with #301EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,30,193); }

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

background-color css

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

 a { background-color: rgb(48,30,193); }

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

border-color css

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

 span { border-color: rgb(48,30,193); }

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