Html Css Color HEX #391FBB Persian Blue

📋 copy color: '#391FBB'

red 57 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #391FBB

Tints of Persian Blue #391FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68%

R = 20.73%
G = 11.27%
B = 68%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#391FBB (or 0x391FBB) is known color: Persian Blue. HEX triplet: 39, 1F and BB. RGB value is (57,31,187). Sum of RGB (Red+Green+Blue) = 57+31+187=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #391FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FBB is #C6E044. Grayscale: #373737. Windows color (decimal): -13033541 or 12263225. OLE color: 12263225.

HSL color Cylindrical-coordinate representation of color #391FBB: hue angle of 250º degrees, saturation: 0.72, 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 #391FBB is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 31 187 -
CMYK 0.70 0.83 0 0.27
HSL 250º 0.72% 0.43% -
HSV(B) 250º 0.83% 0.73% -
XYZ 11.15 5.44 47.48 -
YUV 56.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 57 31 187 0.70 0.83 0 0.27 250 0.72 0.43
Hex 39 1F BB 46 53 0 1B FA 48 2B
Octal 71 37 273 106 123 0 33 372 110 53
Binary 111001 11111 10111011 1000110 1010011 0 11011 11111010 1001000 101011

Color Harmonies of #391FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391FBB

Black with #391FBB

Text Example


Text Example

White with #391FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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