Html Css Color HEX #2933AD Persian Blue

📋 copy color: '#2933AD'

red 41 ◦ green 51 ◦ blue 173

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

Shades of Persian Blue #2933AD

Tints of Persian Blue #2933AD

RGB

 RED value IS 41 (16.41% from 255) = 15.47%

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 15.47%
G = 19.25%
B = 65.28%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2933AD (or 0x2933AD) is known color: Persian Blue. HEX triplet: 29, 33 and AD. RGB value is (41,51,173). Sum of RGB (Red+Green+Blue) = 41+51+173=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #2933AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2933AD is #D6CC52. Grayscale: #3D3D3D. Windows color (decimal): -14077011 or 11350825. OLE color: 11350825.

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

Color convert

RGB 41 51 173 -
CMYK 0.76 0.71 0 0.32
HSL 235.45º 0.62% 0.42% -
HSV(B) 235.45º 0.76% 0.68% -
XYZ 9.64 5.86 40.16 -
YUV 61.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 41 51 173 0.76 0.71 0 0.32 235.45 0.62 0.42
Hex 29 33 AD 4C 47 0 20 EB 3E 2A
Octal 51 63 255 114 107 0 40 353 76 52
Binary 101001 110011 10101101 1001100 1000111 0 100000 11101011 111110 101010

Color Harmonies of #2933AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2933AD

Black with #2933AD

Text Example


Text Example

White with #2933AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2933AD; }

 p { color: rgb(41,51,173); }

 H1.HeaderClassName
 {
   color: #2933AD;
 }
 .AnyTagClassName
 {
   color: #2933AD;
 }
</style>

background-color css

<style>
 a { background-color: #2933AD; }

 a { background-color: rgb(41,51,173); }

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

border-color css

<style>
 span { border-color: #2933AD; }

 span { border-color: rgb(41,51,173); }

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