Html Css Color HEX #391EBD Persian Blue

📋 copy color: '#391EBD'

red 57 ◦ green 30 ◦ blue 189

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

Shades of Persian Blue #391EBD

Tints of Persian Blue #391EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.48%

R = 20.65%
G = 10.87%
B = 68.48%

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

#391EBD (or 0x391EBD) is known color: Persian Blue. HEX triplet: 39, 1E and BD. RGB value is (57,30,189). Sum of RGB (Red+Green+Blue) = 57+30+189=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #391EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391EBD is #C6E142. Grayscale: #373737. Windows color (decimal): -13033795 or 12394041. OLE color: 12394041.

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

Color convert

RGB 57 30 189 -
CMYK 0.70 0.84 0 0.26
HSL 250.19º 0.73% 0.43% -
HSV(B) 250.19º 0.84% 0.74% -
XYZ 11.34 5.47 48.6 -
YUV 56.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 57 30 189 0.70 0.84 0 0.26 250.19 0.73 0.43
Hex 39 1E BD 46 54 0 1A FA 49 2B
Octal 71 36 275 106 124 0 32 372 111 53
Binary 111001 11110 10111101 1000110 1010100 0 11010 11111010 1001001 101011

Color Harmonies of #391EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391EBD

Black with #391EBD

Text Example


Text Example

White with #391EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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