Html Css Color HEX #331DAF Persian Blue

📋 copy color: '#331DAF'

red 51 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #331DAF

Tints of Persian Blue #331DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 175 (68.75% from 255) = 68.63%

R = 20%
G = 11.37%
B = 68.63%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#331DAF (or 0x331DAF) is known color: Persian Blue. HEX triplet: 33, 1D and AF. RGB value is (51,29,175). Sum of RGB (Red+Green+Blue) = 51+29+175=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #331DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331DAF is #CCE250. Grayscale: #333333. Windows color (decimal): -13427281 or 11476275. OLE color: 11476275.

HSL color Cylindrical-coordinate representation of color #331DAF: hue angle of 249.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331DAF is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 29 175 -
CMYK 0.71 0.83 0 0.31
HSL 249.04º 0.72% 0.4% -
HSV(B) 249.04º 0.83% 0.69% -
XYZ 9.54 4.68 40.96 -
YUV 52.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 51 29 175 0.71 0.83 0 0.31 249.04 0.72 0.4
Hex 33 1D AF 47 53 0 1F F9 48 28
Octal 63 35 257 107 123 0 37 371 110 50
Binary 110011 11101 10101111 1000111 1010011 0 11111 11111001 1001000 101000

Color Harmonies of #331DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DAF

Black with #331DAF

Text Example


Text Example

White with #331DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331DAF; }

 p { color: rgb(51,29,175); }

 H1.HeaderClassName
 {
   color: #331DAF;
 }
 .AnyTagClassName
 {
   color: #331DAF;
 }
</style>

background-color css

<style>
 a { background-color: #331DAF; }

 a { background-color: rgb(51,29,175); }

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

border-color css

<style>
 span { border-color: #331DAF; }

 span { border-color: rgb(51,29,175); }

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