Html Css Color HEX #331DBF Persian Blue

📋 copy color: '#331DBF'

red 51 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #331DBF

Tints of Persian Blue #331DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.48%

R = 18.82%
G = 10.7%
B = 70.48%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#331DBF (or 0x331DBF) is known color: Persian Blue. HEX triplet: 33, 1D and BF. RGB value is (51,29,191). Sum of RGB (Red+Green+Blue) = 51+29+191=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #331DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DBF is #CCE240. Grayscale: #353535. Windows color (decimal): -13427265 or 12524851. OLE color: 12524851.

HSL color Cylindrical-coordinate representation of color #331DBF: hue angle of 248.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331DBF is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 29 191 -
CMYK 0.73 0.85 0 0.25
HSL 248.15º 0.74% 0.43% -
HSV(B) 248.15º 0.85% 0.75% -
XYZ 11.21 5.34 49.73 -
YUV 54.05 205.29 125.83 -
System Red Green Blue C M Y K H S L
Decimal 51 29 191 0.73 0.85 0 0.25 248.15 0.74 0.43
Hex 33 1D BF 49 55 0 19 F8 4A 2B
Octal 63 35 277 111 125 0 31 370 112 53
Binary 110011 11101 10111111 1001001 1010101 0 11001 11111000 1001010 101011

Color Harmonies of #331DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DBF

Black with #331DBF

Text Example


Text Example

White with #331DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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