Html Css Color HEX #391FC0 Persian Blue

📋 copy color: '#391FC0'

red 57 ◦ green 31 ◦ blue 192

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

Shades of Persian Blue #391FC0

Tints of Persian Blue #391FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 68.57%

R = 20.36%
G = 11.07%
B = 68.57%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#391FC0 (or 0x391FC0) is known color: Persian Blue. HEX triplet: 39, 1F and C0. RGB value is (57,31,192). Sum of RGB (Red+Green+Blue) = 57+31+192=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #391FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FC0 is #C6E03F. Grayscale: #383838. Windows color (decimal): -13033536 or 12590905. OLE color: 12590905.

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

Color convert

RGB 57 31 192 -
CMYK 0.70 0.84 0 0.25
HSL 249.69º 0.72% 0.44% -
HSV(B) 249.69º 0.84% 0.75% -
XYZ 11.69 5.66 50.34 -
YUV 57.13 204.11 127.91 -
System Red Green Blue C M Y K H S L
Decimal 57 31 192 0.70 0.84 0 0.25 249.69 0.72 0.44
Hex 39 1F C0 46 54 0 19 FA 48 2C
Octal 71 37 300 106 124 0 31 372 110 54
Binary 111001 11111 11000000 1000110 1010100 0 11001 11111010 1001000 101100

Color Harmonies of #391FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391FC0

Black with #391FC0

Text Example


Text Example

White with #391FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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