Html Css Color HEX #301FB3 Persian Blue

📋 copy color: '#301FB3'

red 48 ◦ green 31 ◦ blue 179

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

Shades of Persian Blue #301FB3

Tints of Persian Blue #301FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.38%

R = 18.6%
G = 12.02%
B = 69.38%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#301FB3 (or 0x301FB3) is known color: Persian Blue. HEX triplet: 30, 1F and B3. RGB value is (48,31,179). Sum of RGB (Red+Green+Blue) = 48+31+179=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #301FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FB3 is #CFE04C. Grayscale: #343434. Windows color (decimal): -13623373 or 11738928. OLE color: 11738928.

HSL color Cylindrical-coordinate representation of color #301FB3: hue angle of 246.89º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301FB3 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 31 179 -
CMYK 0.73 0.83 0 0.30
HSL 246.89º 0.7% 0.41% -
HSV(B) 246.89º 0.83% 0.7% -
XYZ 9.85 4.86 43.07 -
YUV 52.96 199.13 124.47 -
System Red Green Blue C M Y K H S L
Decimal 48 31 179 0.73 0.83 0 0.30 246.89 0.7 0.41
Hex 30 1F B3 49 53 0 1E F7 46 29
Octal 60 37 263 111 123 0 36 367 106 51
Binary 110000 11111 10110011 1001001 1010011 0 11110 11110111 1000110 101001

Color Harmonies of #301FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FB3

Black with #301FB3

Text Example


Text Example

White with #301FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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