Html Css Color HEX #391EBC Persian Blue

📋 copy color: '#391EBC'

red 57 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #391EBC

Tints of Persian Blue #391EBC

RGB

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

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

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

R = 20.73%
G = 10.91%
B = 68.36%

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

#391EBC (or 0x391EBC) is known color: Persian Blue. HEX triplet: 39, 1E and BC. RGB value is (57,30,188). Sum of RGB (Red+Green+Blue) = 57+30+188=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #391EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391EBC is #C6E143. Grayscale: #373737. Windows color (decimal): -13033796 or 12328505. OLE color: 12328505.

HSL color Cylindrical-coordinate representation of color #391EBC: hue angle of 250.25º 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 #391EBC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 30 188 -
CMYK 0.70 0.84 0 0.26
HSL 250.25º 0.72% 0.43% -
HSV(B) 250.25º 0.84% 0.74% -
XYZ 11.23 5.43 48.03 -
YUV 56.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 57 30 188 0.70 0.84 0 0.26 250.25 0.72 0.43
Hex 39 1E BC 46 54 0 1A FA 48 2B
Octal 71 36 274 106 124 0 32 372 110 53
Binary 111001 11110 10111100 1000110 1010100 0 11010 11111010 1001000 101011

Color Harmonies of #391EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391EBC

Black with #391EBC

Text Example


Text Example

White with #391EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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