Html Css Color HEX #3331DC Persian Blue

📋 copy color: '#3331DC'

red 51 ◦ green 49 ◦ blue 220

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

Shades of Persian Blue #3331DC

Tints of Persian Blue #3331DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 15.94%
G = 15.31%
B = 68.75%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3331DC (or 0x3331DC) is known color: Persian Blue. HEX triplet: 33, 31 and DC. RGB value is (51,49,220). Sum of RGB (Red+Green+Blue) = 51+49+220=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #3331DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331DC is #CCCE23. Grayscale: #444444. Windows color (decimal): -13422116 or 14430515. OLE color: 14430515.

HSL color Cylindrical-coordinate representation of color #3331DC: hue angle of 240.7º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3331DC is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 49 220 -
CMYK 0.77 0.78 0 0.14
HSL 240.7º 0.71% 0.53% -
HSV(B) 240.7º 0.78% 0.86% -
XYZ 15.38 8.07 68.46 -
YUV 69.09 213.16 115.1 -
System Red Green Blue C M Y K H S L
Decimal 51 49 220 0.77 0.78 0 0.14 240.7 0.71 0.53
Hex 33 31 DC 4D 4E 0 E F1 47 35
Octal 63 61 334 115 116 0 16 361 107 65
Binary 110011 110001 11011100 1001101 1001110 0 1110 11110001 1000111 110101

Color Harmonies of #3331DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3331DC

Black with #3331DC

Text Example


Text Example

White with #3331DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3331DC; }

 p { color: rgb(51,49,220); }

 H1.HeaderClassName
 {
   color: #3331DC;
 }
 .AnyTagClassName
 {
   color: #3331DC;
 }
</style>

background-color css

<style>
 a { background-color: #3331DC; }

 a { background-color: rgb(51,49,220); }

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

border-color css

<style>
 span { border-color: #3331DC; }

 span { border-color: rgb(51,49,220); }

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