Html Css Color HEX #301AD1 Persian Blue

📋 copy color: '#301AD1'

red 48 ◦ green 26 ◦ blue 209

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

Shades of Persian Blue #301AD1

Tints of Persian Blue #301AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

 BLUE value IS 209 (82.03% from 255) = 73.85%

R = 16.96%
G = 9.19%
B = 73.85%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#301AD1 (or 0x301AD1) is known color: Persian Blue. HEX triplet: 30, 1A and D1. RGB value is (48,26,209). Sum of RGB (Red+Green+Blue) = 48+26+209=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 209 (82.03% from 255 or 73.85% from 283); Max value from RGB is 209 - color contains mainly: blue. Hex color #301AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301AD1 is #CFE52E. Grayscale: #343434. Windows color (decimal): -13624623 or 13703728. OLE color: 13703728.

HSL color Cylindrical-coordinate representation of color #301AD1: hue angle of 247.21º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301AD1 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 26 209 -
CMYK 0.77 0.88 0 0.18
HSL 247.21º 0.78% 0.46% -
HSV(B) 247.21º 0.88% 0.82% -
XYZ 13.1 5.97 60.78 -
YUV 53.44 215.79 124.12 -
System Red Green Blue C M Y K H S L
Decimal 48 26 209 0.77 0.88 0 0.18 247.21 0.78 0.46
Hex 30 1A D1 4D 58 0 12 F7 4E 2E
Octal 60 32 321 115 130 0 22 367 116 56
Binary 110000 11010 11010001 1001101 1011000 0 10010 11110111 1001110 101110

Color Harmonies of #301AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AD1

Black with #301AD1

Text Example


Text Example

White with #301AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,209); }

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

background-color css

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

 a { background-color: rgb(48,26,209); }

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

border-color css

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

 span { border-color: rgb(48,26,209); }

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