Html Css Color HEX #3A39BA Persian Blue

📋 copy color: '#3A39BA'

red 58 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #3A39BA

Tints of Persian Blue #3A39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 19.27%
G = 18.94%
B = 61.79%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A39BA (or 0x3A39BA) is known color: Persian Blue. HEX triplet: 3A, 39 and BA. RGB value is (58,57,186). Sum of RGB (Red+Green+Blue) = 58+57+186=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A39BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A39BA is #C5C645. Grayscale: #474747. Windows color (decimal): -12961350 or 12204346. OLE color: 12204346.

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

Color convert

RGB 58 57 186 -
CMYK 0.69 0.69 0 0.27
HSL 240.47º 0.53% 0.48% -
HSV(B) 240.47º 0.69% 0.73% -
XYZ 12.07 7.37 47.24 -
YUV 72.01 192.33 118.01 -
System Red Green Blue C M Y K H S L
Decimal 58 57 186 0.69 0.69 0 0.27 240.47 0.53 0.48
Hex 3A 39 BA 45 45 0 1B F0 35 30
Octal 72 71 272 105 105 0 33 360 65 60
Binary 111010 111001 10111010 1000101 1000101 0 11011 11110000 110101 110000

Color Harmonies of #3A39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A39BA

Black with #3A39BA

Text Example


Text Example

White with #3A39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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