Html Css Color HEX #391A94 Persian Indigo

📋 copy color: '#391A94'

red 57 ◦ green 26 ◦ blue 148

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

Shades of Persian Indigo #391A94

Tints of Persian Indigo #391A94

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.26%

 BLUE value IS 148 (58.2% from 255) = 64.07%

R = 24.68%
G = 11.26%
B = 64.07%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#391A94 (or 0x391A94) is known color: Persian Indigo. HEX triplet: 39, 1A and 94. RGB value is (57,26,148). Sum of RGB (Red+Green+Blue) = 57+26+148=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #391A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391A94 is #C6E56B. Grayscale: #303030. Windows color (decimal): -13034860 or 9706041. OLE color: 9706041.

HSL color Cylindrical-coordinate representation of color #391A94: hue angle of 255.25º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391A94 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 26 148 -
CMYK 0.61 0.82 0 0.42
HSL 255.25º 0.7% 0.34% -
HSV(B) 255.25º 0.82% 0.58% -
XYZ 7.4 3.75 28.35 -
YUV 49.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 57 26 148 0.61 0.82 0 0.42 255.25 0.7 0.34
Hex 39 1A 94 3D 52 0 2A FF 46 22
Octal 71 32 224 75 122 0 52 377 106 42
Binary 111001 11010 10010100 111101 1010010 0 101010 11111111 1000110 100010

Color Harmonies of #391A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391A94

Black with #391A94

Text Example


Text Example

White with #391A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,26,148); }

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

background-color css

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

 a { background-color: rgb(57,26,148); }

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

border-color css

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

 span { border-color: rgb(57,26,148); }

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