Html Css Color HEX #3A31AF Persian Blue

📋 copy color: '#3A31AF'

red 58 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #3A31AF

Tints of Persian Blue #3A31AF

RGB

 RED value IS 58 (23.05% from 255) = 20.57%

 GREEN value IS 49 (19.53% from 255) = 17.38%

 BLUE value IS 175 (68.75% from 255) = 62.06%

R = 20.57%
G = 17.38%
B = 62.06%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A31AF (or 0x3A31AF) is known color: Persian Blue. HEX triplet: 3A, 31 and AF. RGB value is (58,49,175). Sum of RGB (Red+Green+Blue) = 58+49+175=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A31AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A31AF is #C5CE50. Grayscale: #414141. Windows color (decimal): -12963409 or 11481402. OLE color: 11481402.

HSL color Cylindrical-coordinate representation of color #3A31AF: hue angle of 244.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A31AF is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 49 175 -
CMYK 0.67 0.72 0 0.31
HSL 244.29º 0.56% 0.44% -
HSV(B) 244.29º 0.72% 0.69% -
XYZ 10.58 6.19 41.19 -
YUV 66.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 58 49 175 0.67 0.72 0 0.31 244.29 0.56 0.44
Hex 3A 31 AF 43 48 0 1F F4 38 2C
Octal 72 61 257 103 110 0 37 364 70 54
Binary 111010 110001 10101111 1000011 1001000 0 11111 11110100 111000 101100

Color Harmonies of #3A31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A31AF

Black with #3A31AF

Text Example


Text Example

White with #3A31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A31AF; }

 p { color: rgb(58,49,175); }

 H1.HeaderClassName
 {
   color: #3A31AF;
 }
 .AnyTagClassName
 {
   color: #3A31AF;
 }
</style>

background-color css

<style>
 a { background-color: #3A31AF; }

 a { background-color: rgb(58,49,175); }

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

border-color css

<style>
 span { border-color: #3A31AF; }

 span { border-color: rgb(58,49,175); }

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