Html Css Color HEX #331ABB Persian Blue

📋 copy color: '#331ABB'

red 51 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #331ABB

Tints of Persian Blue #331ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.83%

R = 19.32%
G = 9.85%
B = 70.83%

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

#331ABB (or 0x331ABB) is known color: Persian Blue. HEX triplet: 33, 1A and BB. RGB value is (51,26,187). Sum of RGB (Red+Green+Blue) = 51+26+187=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #331ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ABB is #CCE544. Grayscale: #333333. Windows color (decimal): -13428037 or 12261939. OLE color: 12261939.

HSL color Cylindrical-coordinate representation of color #331ABB: hue angle of 249.32º degrees, saturation: 0.76, 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 #331ABB is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 26 187 -
CMYK 0.73 0.86 0 0.27
HSL 249.32º 0.76% 0.42% -
HSV(B) 249.32º 0.86% 0.73% -
XYZ 10.7 5.03 47.42 -
YUV 51.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 51 26 187 0.73 0.86 0 0.27 249.32 0.76 0.42
Hex 33 1A BB 49 56 0 1B F9 4C 2A
Octal 63 32 273 111 126 0 33 371 114 52
Binary 110011 11010 10111011 1001001 1010110 0 11011 11111001 1001100 101010

Color Harmonies of #331ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ABB

Black with #331ABB

Text Example


Text Example

White with #331ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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