Html Css Color HEX #331DBA Persian Blue

📋 copy color: '#331DBA'

red 51 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #331DBA

Tints of Persian Blue #331DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.92%

R = 19.17%
G = 10.9%
B = 69.92%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#331DBA (or 0x331DBA) is known color: Persian Blue. HEX triplet: 33, 1D and BA. RGB value is (51,29,186). Sum of RGB (Red+Green+Blue) = 51+29+186=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #331DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DBA is #CCE245. Grayscale: #343434. Windows color (decimal): -13427270 or 12197171. OLE color: 12197171.

HSL color Cylindrical-coordinate representation of color #331DBA: hue angle of 248.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331DBA is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 29 186 -
CMYK 0.73 0.84 0 0.27
HSL 248.41º 0.73% 0.42% -
HSV(B) 248.41º 0.84% 0.73% -
XYZ 10.67 5.13 46.88 -
YUV 53.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 51 29 186 0.73 0.84 0 0.27 248.41 0.73 0.42
Hex 33 1D BA 49 54 0 1B F8 49 2A
Octal 63 35 272 111 124 0 33 370 111 52
Binary 110011 11101 10111010 1001001 1010100 0 11011 11111000 1001001 101010

Color Harmonies of #331DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DBA

Black with #331DBA

Text Example


Text Example

White with #331DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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