Html Css Color HEX #31257A Persian Indigo

📋 copy color: '#31257A'

red 49 ◦ green 37 ◦ blue 122

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

Shades of Persian Indigo #31257A

Tints of Persian Indigo #31257A

RGB

 RED value IS 49 (19.53% from 255) = 23.56%

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 122 (48.05% from 255) = 58.65%

R = 23.56%
G = 17.79%
B = 58.65%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31257A (or 0x31257A) is known color: Persian Indigo. HEX triplet: 31, 25 and 7A. RGB value is (49,37,122). Sum of RGB (Red+Green+Blue) = 49+37+122=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #31257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31257A is #CEDA85. Grayscale: #313131. Windows color (decimal): -13556358 or 8004913. OLE color: 8004913.

HSL color Cylindrical-coordinate representation of color #31257A: hue angle of 248.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31257A is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 37 122 -
CMYK 0.60 0.70 0 0.52
HSL 248.47º 0.53% 0.31% -
HSV(B) 248.47º 0.7% 0.48% -
XYZ 5.44 3.38 18.78 -
YUV 50.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 49 37 122 0.60 0.70 0 0.52 248.47 0.53 0.31
Hex 31 25 7A 3C 46 0 34 F8 35 1F
Octal 61 45 172 74 106 0 64 370 65 37
Binary 110001 100101 1111010 111100 1000110 0 110100 11111000 110101 11111

Color Harmonies of #31257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31257A

Black with #31257A

Text Example


Text Example

White with #31257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31257A; }

 p { color: rgb(49,37,122); }

 H1.HeaderClassName
 {
   color: #31257A;
 }
 .AnyTagClassName
 {
   color: #31257A;
 }
</style>

background-color css

<style>
 a { background-color: #31257A; }

 a { background-color: rgb(49,37,122); }

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

border-color css

<style>
 span { border-color: #31257A; }

 span { border-color: rgb(49,37,122); }

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