Html Css Color HEX #331AD0 Persian Blue

📋 copy color: '#331AD0'

red 51 ◦ green 26 ◦ blue 208

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

Shades of Persian Blue #331AD0

Tints of Persian Blue #331AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 72.98%

R = 17.89%
G = 9.12%
B = 72.98%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#331AD0 (or 0x331AD0) is known color: Persian Blue. HEX triplet: 33, 1A and D0. RGB value is (51,26,208). Sum of RGB (Red+Green+Blue) = 51+26+208=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #331AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331AD0 is #CCE52F. Grayscale: #353535. Windows color (decimal): -13428016 or 13638195. OLE color: 13638195.

HSL color Cylindrical-coordinate representation of color #331AD0: hue angle of 248.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331AD0 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 26 208 -
CMYK 0.75 0.88 0 0.18
HSL 248.24º 0.78% 0.46% -
HSV(B) 248.24º 0.88% 0.82% -
XYZ 13.12 6 60.14 -
YUV 54.22 214.78 125.7 -
System Red Green Blue C M Y K H S L
Decimal 51 26 208 0.75 0.88 0 0.18 248.24 0.78 0.46
Hex 33 1A D0 4B 58 0 12 F8 4E 2E
Octal 63 32 320 113 130 0 22 370 116 56
Binary 110011 11010 11010000 1001011 1011000 0 10010 11111000 1001110 101110

Color Harmonies of #331AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AD0

Black with #331AD0

Text Example


Text Example

White with #331AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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