Html Css Color HEX #3A32BA Persian Blue

📋 copy color: '#3A32BA'

red 58 ◦ green 50 ◦ blue 186

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

Shades of Persian Blue #3A32BA

Tints of Persian Blue #3A32BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 19.73%
G = 17.01%
B = 63.27%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A32BA (or 0x3A32BA) is known color: Persian Blue. HEX triplet: 3A, 32 and BA. RGB value is (58,50,186). Sum of RGB (Red+Green+Blue) = 58+50+186=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A32BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A32BA is #C5CD45. Grayscale: #434343. Windows color (decimal): -12963142 or 12202554. OLE color: 12202554.

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

Color convert

RGB 58 50 186 -
CMYK 0.69 0.73 0 0.27
HSL 243.53º 0.58% 0.46% -
HSV(B) 243.53º 0.73% 0.73% -
XYZ 11.75 6.73 47.13 -
YUV 67.9 194.65 120.94 -
System Red Green Blue C M Y K H S L
Decimal 58 50 186 0.69 0.73 0 0.27 243.53 0.58 0.46
Hex 3A 32 BA 45 49 0 1B F4 3A 2E
Octal 72 62 272 105 111 0 33 364 72 56
Binary 111010 110010 10111010 1000101 1001001 0 11011 11110100 111010 101110

Color Harmonies of #3A32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A32BA

Black with #3A32BA

Text Example


Text Example

White with #3A32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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