Html Css Color HEX #301CAF Persian Blue

📋 copy color: '#301CAF'

red 48 ◦ green 28 ◦ blue 175

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

Shades of Persian Blue #301CAF

Tints of Persian Blue #301CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 175 (68.75% from 255) = 69.72%

R = 19.12%
G = 11.16%
B = 69.72%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#301CAF (or 0x301CAF) is known color: Persian Blue. HEX triplet: 30, 1C and AF. RGB value is (48,28,175). Sum of RGB (Red+Green+Blue) = 48+28+175=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #301CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301CAF is #CFE350. Grayscale: #323232. Windows color (decimal): -13624145 or 11476016. OLE color: 11476016.

HSL color Cylindrical-coordinate representation of color #301CAF: hue angle of 248.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301CAF is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 28 175 -
CMYK 0.73 0.84 0 0.31
HSL 248.16º 0.72% 0.4% -
HSV(B) 248.16º 0.84% 0.69% -
XYZ 9.37 4.55 40.94 -
YUV 50.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 48 28 175 0.73 0.84 0 0.31 248.16 0.72 0.4
Hex 30 1C AF 49 54 0 1F F8 48 28
Octal 60 34 257 111 124 0 37 370 110 50
Binary 110000 11100 10101111 1001001 1010100 0 11111 11111000 1001000 101000

Color Harmonies of #301CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CAF

Black with #301CAF

Text Example


Text Example

White with #301CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,175); }

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

background-color css

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

 a { background-color: rgb(48,28,175); }

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

border-color css

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

 span { border-color: rgb(48,28,175); }

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