Html Css Color HEX #301BD1 Persian Blue

📋 copy color: '#301BD1'

red 48 ◦ green 27 ◦ blue 209

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

Shades of Persian Blue #301BD1

Tints of Persian Blue #301BD1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 16.9%
G = 9.51%
B = 73.59%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#301BD1 (or 0x301BD1) is known color: Persian Blue. HEX triplet: 30, 1B and D1. RGB value is (48,27,209). Sum of RGB (Red+Green+Blue) = 48+27+209=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 209 (82.03% from 255 or 73.59% from 284); Max value from RGB is 209 - color contains mainly: blue. Hex color #301BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BD1 is #CFE42E. Grayscale: #353535. Windows color (decimal): -13624367 or 13703984. OLE color: 13703984.

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

Color convert

RGB 48 27 209 -
CMYK 0.77 0.87 0 0.18
HSL 246.92º 0.77% 0.46% -
HSV(B) 246.92º 0.87% 0.82% -
XYZ 13.12 6.02 60.79 -
YUV 54.03 215.46 123.7 -
System Red Green Blue C M Y K H S L
Decimal 48 27 209 0.77 0.87 0 0.18 246.92 0.77 0.46
Hex 30 1B D1 4D 57 0 12 F7 4D 2E
Octal 60 33 321 115 127 0 22 367 115 56
Binary 110000 11011 11010001 1001101 1010111 0 10010 11110111 1001101 101110

Color Harmonies of #301BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BD1

Black with #301BD1

Text Example


Text Example

White with #301BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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