Html Css Color HEX #3A2ABA Persian Blue

📋 copy color: '#3A2ABA'

red 58 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #3A2ABA

Tints of Persian Blue #3A2ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

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

R = 20.28%
G = 14.69%
B = 65.03%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A2ABA (or 0x3A2ABA) is known color: Persian Blue. HEX triplet: 3A, 2A and BA. RGB value is (58,42,186). Sum of RGB (Red+Green+Blue) = 58+42+186=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A2ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2ABA is #C5D545. Grayscale: #3E3E3E. Windows color (decimal): -12965190 or 12200506. OLE color: 12200506.

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

Color convert

RGB 58 42 186 -
CMYK 0.69 0.77 0 0.27
HSL 246.67º 0.63% 0.45% -
HSV(B) 246.67º 0.77% 0.73% -
XYZ 11.44 6.1 47.03 -
YUV 63.2 197.3 124.29 -
System Red Green Blue C M Y K H S L
Decimal 58 42 186 0.69 0.77 0 0.27 246.67 0.63 0.45
Hex 3A 2A BA 45 4D 0 1B F7 3F 2D
Octal 72 52 272 105 115 0 33 367 77 55
Binary 111010 101010 10111010 1000101 1001101 0 11011 11110111 111111 101101

Color Harmonies of #3A2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2ABA

Black with #3A2ABA

Text Example


Text Example

White with #3A2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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