Html Css Color HEX #331ABA Persian Blue

📋 copy color: '#331ABA'

red 51 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #331ABA

Tints of Persian Blue #331ABA

RGB

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

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

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

R = 19.39%
G = 9.89%
B = 70.72%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#331ABA (or 0x331ABA) is known color: Persian Blue. HEX triplet: 33, 1A and BA. RGB value is (51,26,186). Sum of RGB (Red+Green+Blue) = 51+26+186=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #331ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ABA is #CCE545. Grayscale: #333333. Windows color (decimal): -13428038 or 12196403. OLE color: 12196403.

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

Color convert

RGB 51 26 186 -
CMYK 0.73 0.86 0 0.27
HSL 249.38º 0.75% 0.42% -
HSV(B) 249.38º 0.86% 0.73% -
XYZ 10.6 4.99 46.86 -
YUV 51.72 203.78 127.49 -
System Red Green Blue C M Y K H S L
Decimal 51 26 186 0.73 0.86 0 0.27 249.38 0.75 0.42
Hex 33 1A BA 49 56 0 1B F9 4B 2A
Octal 63 32 272 111 126 0 33 371 113 52
Binary 110011 11010 10111010 1001001 1010110 0 11011 11111001 1001011 101010

Color Harmonies of #331ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ABA

Black with #331ABA

Text Example


Text Example

White with #331ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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