Html Css Color HEX #301ED5 Persian Blue

📋 copy color: '#301ED5'

red 48 ◦ green 30 ◦ blue 213

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

Shades of Persian Blue #301ED5

Tints of Persian Blue #301ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.2%

R = 16.49%
G = 10.31%
B = 73.2%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#301ED5 (or 0x301ED5) is known color: Persian Blue. HEX triplet: 30, 1E and D5. RGB value is (48,30,213). Sum of RGB (Red+Green+Blue) = 48+30+213=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #301ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ED5 is #CFE12A. Grayscale: #373737. Windows color (decimal): -13623595 or 13966896. OLE color: 13966896.

HSL color Cylindrical-coordinate representation of color #301ED5: hue angle of 245.9º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301ED5 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 30 213 -
CMYK 0.77 0.86 0 0.16
HSL 245.9º 0.75% 0.48% -
HSV(B) 245.9º 0.86% 0.84% -
XYZ 13.69 6.36 63.46 -
YUV 56.24 216.46 122.12 -
System Red Green Blue C M Y K H S L
Decimal 48 30 213 0.77 0.86 0 0.16 245.9 0.75 0.48
Hex 30 1E D5 4D 56 0 10 F6 4B 30
Octal 60 36 325 115 126 0 20 366 113 60
Binary 110000 11110 11010101 1001101 1010110 0 10000 11110110 1001011 110000

Color Harmonies of #301ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ED5

Black with #301ED5

Text Example


Text Example

White with #301ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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