Html Css Color HEX #331DBE Persian Blue

📋 copy color: '#331DBE'

red 51 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #331DBE

Tints of Persian Blue #331DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 18.89%
G = 10.74%
B = 70.37%

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

#331DBE (or 0x331DBE) is known color: Persian Blue. HEX triplet: 33, 1D and BE. RGB value is (51,29,190). Sum of RGB (Red+Green+Blue) = 51+29+190=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #331DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DBE is #CCE241. Grayscale: #353535. Windows color (decimal): -13427266 or 12459315. OLE color: 12459315.

HSL color Cylindrical-coordinate representation of color #331DBE: hue angle of 248.2º 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 #331DBE is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 29 190 -
CMYK 0.73 0.85 0 0.25
HSL 248.2º 0.74% 0.43% -
HSV(B) 248.2º 0.85% 0.75% -
XYZ 11.1 5.3 49.15 -
YUV 53.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 51 29 190 0.73 0.85 0 0.25 248.2 0.74 0.43
Hex 33 1D BE 49 55 0 19 F8 4A 2B
Octal 63 35 276 111 125 0 31 370 112 53
Binary 110011 11101 10111110 1001001 1010101 0 11001 11111000 1001010 101011

Color Harmonies of #331DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DBE

Black with #331DBE

Text Example


Text Example

White with #331DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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