Html Css Color HEX #331DB0 Persian Blue

📋 copy color: '#331DB0'

red 51 ◦ green 29 ◦ blue 176

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

Shades of Persian Blue #331DB0

Tints of Persian Blue #331DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 68.75%

R = 19.92%
G = 11.33%
B = 68.75%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#331DB0 (or 0x331DB0) is known color: Persian Blue. HEX triplet: 33, 1D and B0. RGB value is (51,29,176). Sum of RGB (Red+Green+Blue) = 51+29+176=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #331DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331DB0 is #CCE24F. Grayscale: #333333. Windows color (decimal): -13427280 or 11541811. OLE color: 11541811.

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

Color convert

RGB 51 29 176 -
CMYK 0.71 0.84 0 0.31
HSL 248.98º 0.72% 0.4% -
HSV(B) 248.98º 0.84% 0.69% -
XYZ 9.64 4.72 41.48 -
YUV 52.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 51 29 176 0.71 0.84 0 0.31 248.98 0.72 0.4
Hex 33 1D B0 47 54 0 1F F9 48 28
Octal 63 35 260 107 124 0 37 371 110 50
Binary 110011 11101 10110000 1000111 1010100 0 11111 11111001 1001000 101000

Color Harmonies of #331DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DB0

Black with #331DB0

Text Example


Text Example

White with #331DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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