Html Css Color HEX #391EBB Persian Blue

📋 copy color: '#391EBB'

red 57 ◦ green 30 ◦ blue 187

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

Shades of Persian Blue #391EBB

Tints of Persian Blue #391EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.95%

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

R = 20.8%
G = 10.95%
B = 68.25%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#391EBB (or 0x391EBB) is known color: Persian Blue. HEX triplet: 39, 1E and BB. RGB value is (57,30,187). Sum of RGB (Red+Green+Blue) = 57+30+187=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #391EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391EBB is #C6E144. Grayscale: #373737. Windows color (decimal): -13033797 or 12262969. OLE color: 12262969.

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

Color convert

RGB 57 30 187 -
CMYK 0.70 0.84 0 0.27
HSL 250.32º 0.72% 0.43% -
HSV(B) 250.32º 0.84% 0.73% -
XYZ 11.12 5.39 47.47 -
YUV 55.97 201.95 128.73 -
System Red Green Blue C M Y K H S L
Decimal 57 30 187 0.70 0.84 0 0.27 250.32 0.72 0.43
Hex 39 1E BB 46 54 0 1B FA 48 2B
Octal 71 36 273 106 124 0 33 372 110 53
Binary 111001 11110 10111011 1000110 1010100 0 11011 11111010 1001000 101011

Color Harmonies of #391EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391EBB

Black with #391EBB

Text Example


Text Example

White with #391EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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