Html Css Color HEX #301EAD Persian Blue

📋 copy color: '#301EAD'

red 48 ◦ green 30 ◦ blue 173

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

Shades of Persian Blue #301EAD

Tints of Persian Blue #301EAD

RGB

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

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

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

R = 19.12%
G = 11.95%
B = 68.92%

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

#301EAD (or 0x301EAD) is known color: Persian Blue. HEX triplet: 30, 1E and AD. RGB value is (48,30,173). Sum of RGB (Red+Green+Blue) = 48+30+173=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #301EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301EAD is #CFE152. Grayscale: #333333. Windows color (decimal): -13623635 or 11345456. OLE color: 11345456.

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

Color convert

RGB 48 30 173 -
CMYK 0.72 0.83 0 0.32
HSL 247.55º 0.7% 0.4% -
HSV(B) 247.55º 0.83% 0.68% -
XYZ 9.23 4.57 39.93 -
YUV 51.68 196.46 125.37 -
System Red Green Blue C M Y K H S L
Decimal 48 30 173 0.72 0.83 0 0.32 247.55 0.7 0.4
Hex 30 1E AD 48 53 0 20 F8 46 28
Octal 60 36 255 110 123 0 40 370 106 50
Binary 110000 11110 10101101 1001000 1010011 0 100000 11111000 1000110 101000

Color Harmonies of #301EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EAD

Black with #301EAD

Text Example


Text Example

White with #301EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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