Html Css Color HEX #3A2BB5 Persian Blue

📋 copy color: '#3A2BB5'

red 58 ◦ green 43 ◦ blue 181

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

Shades of Persian Blue #3A2BB5

Tints of Persian Blue #3A2BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

 BLUE value IS 181 (71.09% from 255) = 64.18%

R = 20.57%
G = 15.25%
B = 64.18%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A2BB5 (or 0x3A2BB5) is known color: Persian Blue. HEX triplet: 3A, 2B and B5. RGB value is (58,43,181). Sum of RGB (Red+Green+Blue) = 58+43+181=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A2BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2BB5 is #C5D44A. Grayscale: #3E3E3E. Windows color (decimal): -12964939 or 11873082. OLE color: 11873082.

HSL color Cylindrical-coordinate representation of color #3A2BB5: hue angle of 246.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A2BB5 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 43 181 -
CMYK 0.68 0.76 0 0.29
HSL 246.52º 0.62% 0.44% -
HSV(B) 246.52º 0.76% 0.71% -
XYZ 10.95 5.96 44.29 -
YUV 63.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 58 43 181 0.68 0.76 0 0.29 246.52 0.62 0.44
Hex 3A 2B B5 44 4C 0 1D F7 3E 2C
Octal 72 53 265 104 114 0 35 367 76 54
Binary 111010 101011 10110101 1000100 1001100 0 11101 11110111 111110 101100

Color Harmonies of #3A2BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2BB5

Black with #3A2BB5

Text Example


Text Example

White with #3A2BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,43,181); }

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

background-color css

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

 a { background-color: rgb(58,43,181); }

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

border-color css

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

 span { border-color: rgb(58,43,181); }

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