Html Css Color HEX #301FBF Persian Blue

📋 copy color: '#301FBF'

red 48 ◦ green 31 ◦ blue 191

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

Shades of Persian Blue #301FBF

Tints of Persian Blue #301FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 17.78%
G = 11.48%
B = 70.74%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#301FBF (or 0x301FBF) is known color: Persian Blue. HEX triplet: 30, 1F and BF. RGB value is (48,31,191). Sum of RGB (Red+Green+Blue) = 48+31+191=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #301FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FBF is #CFE040. Grayscale: #353535. Windows color (decimal): -13623361 or 12525360. OLE color: 12525360.

HSL color Cylindrical-coordinate representation of color #301FBF: hue angle of 246.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301FBF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 31 191 -
CMYK 0.75 0.84 0 0.25
HSL 246.38º 0.72% 0.44% -
HSV(B) 246.38º 0.84% 0.75% -
XYZ 11.11 5.37 49.74 -
YUV 54.32 205.13 123.49 -
System Red Green Blue C M Y K H S L
Decimal 48 31 191 0.75 0.84 0 0.25 246.38 0.72 0.44
Hex 30 1F BF 4B 54 0 19 F6 48 2C
Octal 60 37 277 113 124 0 31 366 110 54
Binary 110000 11111 10111111 1001011 1010100 0 11001 11110110 1001000 101100

Color Harmonies of #301FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FBF

Black with #301FBF

Text Example


Text Example

White with #301FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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