Html Css Color HEX #3A31BA Persian Blue

📋 copy color: '#3A31BA'

red 58 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #3A31BA

Tints of Persian Blue #3A31BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 19.8%
G = 16.72%
B = 63.48%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A31BA (or 0x3A31BA) is known color: Persian Blue. HEX triplet: 3A, 31 and BA. RGB value is (58,49,186). Sum of RGB (Red+Green+Blue) = 58+49+186=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A31BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31BA is #C5CE45. Grayscale: #424242. Windows color (decimal): -12963398 or 12202298. OLE color: 12202298.

HSL color Cylindrical-coordinate representation of color #3A31BA: hue angle of 243.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A31BA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 49 186 -
CMYK 0.69 0.74 0 0.27
HSL 243.94º 0.58% 0.46% -
HSV(B) 243.94º 0.74% 0.73% -
XYZ 11.71 6.64 47.12 -
YUV 67.31 194.98 121.36 -
System Red Green Blue C M Y K H S L
Decimal 58 49 186 0.69 0.74 0 0.27 243.94 0.58 0.46
Hex 3A 31 BA 45 4A 0 1B F4 3A 2E
Octal 72 61 272 105 112 0 33 364 72 56
Binary 111010 110001 10111010 1000101 1001010 0 11011 11110100 111010 101110

Color Harmonies of #3A31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A31BA

Black with #3A31BA

Text Example


Text Example

White with #3A31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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