Html Css Color HEX #391EC2 Persian Blue

📋 copy color: '#391EC2'

red 57 ◦ green 30 ◦ blue 194

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

Shades of Persian Blue #391EC2

Tints of Persian Blue #391EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 69.04%

R = 20.28%
G = 10.68%
B = 69.04%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#391EC2 (or 0x391EC2) is known color: Persian Blue. HEX triplet: 39, 1E and C2. RGB value is (57,30,194). Sum of RGB (Red+Green+Blue) = 57+30+194=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 194 (76.17% from 255 or 69.04% from 281); Max value from RGB is 194 - color contains mainly: blue. Hex color #391EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391EC2 is #C6E13D. Grayscale: #383838. Windows color (decimal): -13033790 or 12721721. OLE color: 12721721.

HSL color Cylindrical-coordinate representation of color #391EC2: hue angle of 249.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391EC2 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 30 194 -
CMYK 0.71 0.85 0 0.24
HSL 249.88º 0.73% 0.44% -
HSV(B) 249.88º 0.85% 0.76% -
XYZ 11.89 5.69 51.51 -
YUV 56.77 205.45 128.16 -
System Red Green Blue C M Y K H S L
Decimal 57 30 194 0.71 0.85 0 0.24 249.88 0.73 0.44
Hex 39 1E C2 47 55 0 18 FA 49 2C
Octal 71 36 302 107 125 0 30 372 111 54
Binary 111001 11110 11000010 1000111 1010101 0 11000 11111010 1001001 101100

Color Harmonies of #391EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391EC2

Black with #391EC2

Text Example


Text Example

White with #391EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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