Html Css Color HEX #301DAD Persian Blue

📋 copy color: '#301DAD'

red 48 ◦ green 29 ◦ blue 173

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

Shades of Persian Blue #301DAD

Tints of Persian Blue #301DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 19.2%
G = 11.6%
B = 69.2%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#301DAD (or 0x301DAD) is known color: Persian Blue. HEX triplet: 30, 1D and AD. RGB value is (48,29,173). Sum of RGB (Red+Green+Blue) = 48+29+173=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #301DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301DAD is #CFE252. Grayscale: #323232. Windows color (decimal): -13623891 or 11345200. OLE color: 11345200.

HSL color Cylindrical-coordinate representation of color #301DAD: hue angle of 247.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301DAD is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 29 173 -
CMYK 0.72 0.83 0 0.32
HSL 247.92º 0.71% 0.4% -
HSV(B) 247.92º 0.83% 0.68% -
XYZ 9.2 4.52 39.92 -
YUV 51.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 48 29 173 0.72 0.83 0 0.32 247.92 0.71 0.4
Hex 30 1D AD 48 53 0 20 F8 47 28
Octal 60 35 255 110 123 0 40 370 107 50
Binary 110000 11101 10101101 1001000 1010011 0 100000 11111000 1000111 101000

Color Harmonies of #301DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DAD

Black with #301DAD

Text Example


Text Example

White with #301DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,29,173); }

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

background-color css

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

 a { background-color: rgb(48,29,173); }

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

border-color css

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

 span { border-color: rgb(48,29,173); }

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