Html Css Color HEX #3A31BE Persian Blue

📋 copy color: '#3A31BE'

red 58 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #3A31BE

Tints of Persian Blue #3A31BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 19.53%
G = 16.5%
B = 63.97%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A31BE (or 0x3A31BE) is known color: Persian Blue. HEX triplet: 3A, 31 and BE. RGB value is (58,49,190). Sum of RGB (Red+Green+Blue) = 58+49+190=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31BE is #C5CE41. Grayscale: #434343. Windows color (decimal): -12963394 or 12464442. OLE color: 12464442.

HSL color Cylindrical-coordinate representation of color #3A31BE: hue angle of 243.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A31BE is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 49 190 -
CMYK 0.69 0.74 0 0.25
HSL 243.83º 0.59% 0.47% -
HSV(B) 243.83º 0.74% 0.75% -
XYZ 12.14 6.81 49.39 -
YUV 67.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 58 49 190 0.69 0.74 0 0.25 243.83 0.59 0.47
Hex 3A 31 BE 45 4A 0 19 F4 3B 2F
Octal 72 61 276 105 112 0 31 364 73 57
Binary 111010 110001 10111110 1000101 1001010 0 11001 11110100 111011 101111

Color Harmonies of #3A31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A31BE

Black with #3A31BE

Text Example


Text Example

White with #3A31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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