Html Css Color HEX #391B9B Persian Indigo

📋 copy color: '#391B9B'

red 57 ◦ green 27 ◦ blue 155

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

Shades of Persian Indigo #391B9B

Tints of Persian Indigo #391B9B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.3%

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 23.85%
G = 11.3%
B = 64.85%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#391B9B (or 0x391B9B) is known color: Persian Indigo. HEX triplet: 39, 1B and 9B. RGB value is (57,27,155). Sum of RGB (Red+Green+Blue) = 57+27+155=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #391B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B9B is #C6E464. Grayscale: #323232. Windows color (decimal): -13034597 or 10165049. OLE color: 10165049.

HSL color Cylindrical-coordinate representation of color #391B9B: hue angle of 254.06º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391B9B is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 27 155 -
CMYK 0.63 0.83 0 0.39
HSL 254.06º 0.7% 0.36% -
HSV(B) 254.06º 0.83% 0.61% -
XYZ 8 4.02 31.36 -
YUV 50.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 57 27 155 0.63 0.83 0 0.39 254.06 0.7 0.36
Hex 39 1B 9B 3F 53 0 27 FE 46 24
Octal 71 33 233 77 123 0 47 376 106 44
Binary 111001 11011 10011011 111111 1010011 0 100111 11111110 1000110 100100

Color Harmonies of #391B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B9B

Black with #391B9B

Text Example


Text Example

White with #391B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,27,155); }

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

background-color css

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

 a { background-color: rgb(57,27,155); }

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

border-color css

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

 span { border-color: rgb(57,27,155); }

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