Html Css Color HEX #391FBC Persian Blue

📋 copy color: '#391FBC'

red 57 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #391FBC

Tints of Persian Blue #391FBC

RGB

 RED value IS 57 (22.66% from 255) = 20.65%

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

 BLUE value IS 188 (73.83% from 255) = 68.12%

R = 20.65%
G = 11.23%
B = 68.12%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#391FBC (or 0x391FBC) is known color: Persian Blue. HEX triplet: 39, 1F and BC. RGB value is (57,31,188). Sum of RGB (Red+Green+Blue) = 57+31+188=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #391FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FBC is #C6E043. Grayscale: #383838. Windows color (decimal): -13033540 or 12328761. OLE color: 12328761.

HSL color Cylindrical-coordinate representation of color #391FBC: hue angle of 249.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391FBC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 31 188 -
CMYK 0.70 0.84 0 0.26
HSL 249.94º 0.72% 0.43% -
HSV(B) 249.94º 0.84% 0.74% -
XYZ 11.25 5.48 48.04 -
YUV 56.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 57 31 188 0.70 0.84 0 0.26 249.94 0.72 0.43
Hex 39 1F BC 46 54 0 1A FA 48 2B
Octal 71 37 274 106 124 0 32 372 110 53
Binary 111001 11111 10111100 1000110 1010100 0 11010 11111010 1001000 101011

Color Harmonies of #391FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391FBC

Black with #391FBC

Text Example


Text Example

White with #391FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391FBC; }

 p { color: rgb(57,31,188); }

 H1.HeaderClassName
 {
   color: #391FBC;
 }
 .AnyTagClassName
 {
   color: #391FBC;
 }
</style>

background-color css

<style>
 a { background-color: #391FBC; }

 a { background-color: rgb(57,31,188); }

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

border-color css

<style>
 span { border-color: #391FBC; }

 span { border-color: rgb(57,31,188); }

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