Html Css Color HEX #301FBA Persian Blue

📋 copy color: '#301FBA'

red 48 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #301FBA

Tints of Persian Blue #301FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.19%

R = 18.11%
G = 11.7%
B = 70.19%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#301FBA (or 0x301FBA) is known color: Persian Blue. HEX triplet: 30, 1F and BA. RGB value is (48,31,186). Sum of RGB (Red+Green+Blue) = 48+31+186=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #301FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FBA is #CFE045. Grayscale: #353535. Windows color (decimal): -13623366 or 12197680. OLE color: 12197680.

HSL color Cylindrical-coordinate representation of color #301FBA: hue angle of 246.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301FBA is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 31 186 -
CMYK 0.74 0.83 0 0.27
HSL 246.58º 0.71% 0.43% -
HSV(B) 246.58º 0.83% 0.73% -
XYZ 10.57 5.15 46.89 -
YUV 53.75 202.63 123.9 -
System Red Green Blue C M Y K H S L
Decimal 48 31 186 0.74 0.83 0 0.27 246.58 0.71 0.43
Hex 30 1F BA 4A 53 0 1B F7 47 2B
Octal 60 37 272 112 123 0 33 367 107 53
Binary 110000 11111 10111010 1001010 1010011 0 11011 11110111 1000111 101011

Color Harmonies of #301FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FBA

Black with #301FBA

Text Example


Text Example

White with #301FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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