Html Css Color HEX #391FCB Persian Blue

📋 copy color: '#391FCB'

red 57 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #391FCB

Tints of Persian Blue #391FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.76%

R = 19.59%
G = 10.65%
B = 69.76%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#391FCB (or 0x391FCB) is known color: Persian Blue. HEX triplet: 39, 1F and CB. RGB value is (57,31,203). Sum of RGB (Red+Green+Blue) = 57+31+203=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #391FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FCB is #C6E034. Grayscale: #393939. Windows color (decimal): -13033525 or 13311801. OLE color: 13311801.

HSL color Cylindrical-coordinate representation of color #391FCB: hue angle of 249.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391FCB is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 31 203 -
CMYK 0.72 0.85 0 0.20
HSL 249.07º 0.74% 0.46% -
HSV(B) 249.07º 0.85% 0.8% -
XYZ 12.96 6.16 57.01 -
YUV 58.38 209.61 127.01 -
System Red Green Blue C M Y K H S L
Decimal 57 31 203 0.72 0.85 0 0.20 249.07 0.74 0.46
Hex 39 1F CB 48 55 0 14 F9 4A 2E
Octal 71 37 313 110 125 0 24 371 112 56
Binary 111001 11111 11001011 1001000 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #391FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391FCB

Black with #391FCB

Text Example


Text Example

White with #391FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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