Html Css Color HEX #331AB4 Persian Blue

📋 copy color: '#331AB4'

red 51 ◦ green 26 ◦ blue 180

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

Shades of Persian Blue #331AB4

Tints of Persian Blue #331AB4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.12%

 BLUE value IS 180 (70.7% from 255) = 70.04%

R = 19.84%
G = 10.12%
B = 70.04%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#331AB4 (or 0x331AB4) is known color: Persian Blue. HEX triplet: 33, 1A and B4. RGB value is (51,26,180). Sum of RGB (Red+Green+Blue) = 51+26+180=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #331AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331AB4 is #CCE54B. Grayscale: #323232. Windows color (decimal): -13428044 or 11803187. OLE color: 11803187.

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

Color convert

RGB 51 26 180 -
CMYK 0.72 0.86 0 0.29
HSL 249.74º 0.75% 0.4% -
HSV(B) 249.74º 0.86% 0.71% -
XYZ 9.97 4.74 43.57 -
YUV 51.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 51 26 180 0.72 0.86 0 0.29 249.74 0.75 0.4
Hex 33 1A B4 48 56 0 1D FA 4B 28
Octal 63 32 264 110 126 0 35 372 113 50
Binary 110011 11010 10110100 1001000 1010110 0 11101 11111010 1001011 101000

Color Harmonies of #331AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AB4

Black with #331AB4

Text Example


Text Example

White with #331AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,26,180); }

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

background-color css

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

 a { background-color: rgb(51,26,180); }

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

border-color css

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

 span { border-color: rgb(51,26,180); }

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