Html Css Color HEX #3331AD Persian Blue

📋 copy color: '#3331AD'

red 51 ◦ green 49 ◦ blue 173

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

Shades of Persian Blue #3331AD

Tints of Persian Blue #3331AD

RGB

 RED value IS 51 (20.31% from 255) = 18.68%

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 18.68%
G = 17.95%
B = 63.37%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3331AD (or 0x3331AD) is known color: Persian Blue. HEX triplet: 33, 31 and AD. RGB value is (51,49,173). Sum of RGB (Red+Green+Blue) = 51+49+173=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #3331AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3331AD is #CCCE52. Grayscale: #3F3F3F. Windows color (decimal): -13422163 or 11350323. OLE color: 11350323.

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

Color convert

RGB 51 49 173 -
CMYK 0.71 0.72 0 0.32
HSL 240.97º 0.56% 0.44% -
HSV(B) 240.97º 0.72% 0.68% -
XYZ 10.01 5.92 40.15 -
YUV 63.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 51 49 173 0.71 0.72 0 0.32 240.97 0.56 0.44
Hex 33 31 AD 47 48 0 20 F1 38 2C
Octal 63 61 255 107 110 0 40 361 70 54
Binary 110011 110001 10101101 1000111 1001000 0 100000 11110001 111000 101100

Color Harmonies of #3331AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3331AD

Black with #3331AD

Text Example


Text Example

White with #3331AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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