Html Css Color HEX #391C9B Persian Indigo

📋 copy color: '#391C9B'

red 57 ◦ green 28 ◦ blue 155

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

Shades of Persian Indigo #391C9B

Tints of Persian Indigo #391C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

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

R = 23.75%
G = 11.67%
B = 64.58%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#391C9B (or 0x391C9B) is known color: Persian Indigo. HEX triplet: 39, 1C and 9B. RGB value is (57,28,155). Sum of RGB (Red+Green+Blue) = 57+28+155=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #391C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391C9B is #C6E364. Grayscale: #323232. Windows color (decimal): -13034341 or 10165305. OLE color: 10165305.

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

Color convert

RGB 57 28 155 -
CMYK 0.63 0.82 0 0.39
HSL 253.7º 0.69% 0.36% -
HSV(B) 253.7º 0.82% 0.61% -
XYZ 8.02 4.07 31.37 -
YUV 51.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 57 28 155 0.63 0.82 0 0.39 253.7 0.69 0.36
Hex 39 1C 9B 3F 52 0 27 FE 45 24
Octal 71 34 233 77 122 0 47 376 105 44
Binary 111001 11100 10011011 111111 1010010 0 100111 11111110 1000101 100100

Color Harmonies of #391C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C9B

Black with #391C9B

Text Example


Text Example

White with #391C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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