Html Css Color HEX #301DAE Persian Blue

📋 copy color: '#301DAE'

red 48 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #301DAE

Tints of Persian Blue #301DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 19.12%
G = 11.55%
B = 69.32%

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

#301DAE (or 0x301DAE) is known color: Persian Blue. HEX triplet: 30, 1D and AE. RGB value is (48,29,174). Sum of RGB (Red+Green+Blue) = 48+29+174=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #301DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301DAE is #CFE251. Grayscale: #323232. Windows color (decimal): -13623890 or 11410736. OLE color: 11410736.

HSL color Cylindrical-coordinate representation of color #301DAE: hue angle of 247.86º 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 #301DAE is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 29 174 -
CMYK 0.72 0.83 0 0.32
HSL 247.86º 0.71% 0.4% -
HSV(B) 247.86º 0.83% 0.68% -
XYZ 9.3 4.56 40.44 -
YUV 51.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 48 29 174 0.72 0.83 0 0.32 247.86 0.71 0.4
Hex 30 1D AE 48 53 0 20 F8 47 28
Octal 60 35 256 110 123 0 40 370 107 50
Binary 110000 11101 10101110 1001000 1010011 0 100000 11111000 1000111 101000

Color Harmonies of #301DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DAE

Black with #301DAE

Text Example


Text Example

White with #301DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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