Html Css Color HEX #301FAD Persian Blue

📋 copy color: '#301FAD'

red 48 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #301FAD

Tints of Persian Blue #301FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

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

R = 19.05%
G = 12.3%
B = 68.65%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#301FAD (or 0x301FAD) is known color: Persian Blue. HEX triplet: 30, 1F and AD. RGB value is (48,31,173). Sum of RGB (Red+Green+Blue) = 48+31+173=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #301FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301FAD is #CFE052. Grayscale: #333333. Windows color (decimal): -13623379 or 11345712. OLE color: 11345712.

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

Color convert

RGB 48 31 173 -
CMYK 0.72 0.82 0 0.32
HSL 247.18º 0.7% 0.4% -
HSV(B) 247.18º 0.82% 0.68% -
XYZ 9.25 4.63 39.94 -
YUV 52.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 48 31 173 0.72 0.82 0 0.32 247.18 0.7 0.4
Hex 30 1F AD 48 52 0 20 F7 46 28
Octal 60 37 255 110 122 0 40 367 106 50
Binary 110000 11111 10101101 1001000 1010010 0 100000 11110111 1000110 101000

Color Harmonies of #301FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FAD

Black with #301FAD

Text Example


Text Example

White with #301FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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