Html Css Color HEX #3A37AD Persian Blue

📋 copy color: '#3A37AD'

red 58 ◦ green 55 ◦ blue 173

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

Shades of Persian Blue #3A37AD

Tints of Persian Blue #3A37AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

 BLUE value IS 173 (67.97% from 255) = 60.49%

R = 20.28%
G = 19.23%
B = 60.49%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A37AD (or 0x3A37AD) is known color: Persian Blue. HEX triplet: 3A, 37 and AD. RGB value is (58,55,173). Sum of RGB (Red+Green+Blue) = 58+55+173=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A37AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A37AD is #C5C852. Grayscale: #444444. Windows color (decimal): -12961875 or 11351866. OLE color: 11351866.

HSL color Cylindrical-coordinate representation of color #3A37AD: hue angle of 241.53º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A37AD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 55 173 -
CMYK 0.66 0.68 0 0.32
HSL 241.53º 0.52% 0.45% -
HSV(B) 241.53º 0.68% 0.68% -
XYZ 10.65 6.65 40.26 -
YUV 69.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 58 55 173 0.66 0.68 0 0.32 241.53 0.52 0.45
Hex 3A 37 AD 42 44 0 20 F2 34 2D
Octal 72 67 255 102 104 0 40 362 64 55
Binary 111010 110111 10101101 1000010 1000100 0 100000 11110010 110100 101101

Color Harmonies of #3A37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A37AD

Black with #3A37AD

Text Example


Text Example

White with #3A37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,55,173); }

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

background-color css

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

 a { background-color: rgb(58,55,173); }

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

border-color css

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

 span { border-color: rgb(58,55,173); }

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