Html Css Color HEX #331AC0 Persian Blue

📋 copy color: '#331AC0'

red 51 ◦ green 26 ◦ blue 192

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

Shades of Persian Blue #331AC0

Tints of Persian Blue #331AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 71.38%

R = 18.96%
G = 9.67%
B = 71.38%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#331AC0 (or 0x331AC0) is known color: Persian Blue. HEX triplet: 33, 1A and C0. RGB value is (51,26,192). Sum of RGB (Red+Green+Blue) = 51+26+192=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #331AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331AC0 is #CCE53F. Grayscale: #333333. Windows color (decimal): -13428032 or 12589619. OLE color: 12589619.

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

Color convert

RGB 51 26 192 -
CMYK 0.73 0.86 0 0.25
HSL 249.04º 0.76% 0.43% -
HSV(B) 249.04º 0.86% 0.75% -
XYZ 11.25 5.25 50.29 -
YUV 52.4 206.78 127 -
System Red Green Blue C M Y K H S L
Decimal 51 26 192 0.73 0.86 0 0.25 249.04 0.76 0.43
Hex 33 1A C0 49 56 0 19 F9 4C 2B
Octal 63 32 300 111 126 0 31 371 114 53
Binary 110011 11010 11000000 1001001 1010110 0 11001 11111001 1001100 101011

Color Harmonies of #331AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AC0

Black with #331AC0

Text Example


Text Example

White with #331AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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