Html Css Color HEX #3315BD Persian Blue

📋 copy color: '#3315BD'

red 51 ◦ green 21 ◦ blue 189

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

Shades of Persian Blue #3315BD

Tints of Persian Blue #3315BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 189 (74.22% from 255) = 72.41%

R = 19.54%
G = 8.05%
B = 72.41%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3315BD (or 0x3315BD) is known color: Persian Blue. HEX triplet: 33, 15 and BD. RGB value is (51,21,189). Sum of RGB (Red+Green+Blue) = 51+21+189=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #3315BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315BD is #CCEA42. Grayscale: #303030. Windows color (decimal): -13429315 or 12391731. OLE color: 12391731.

HSL color Cylindrical-coordinate representation of color #3315BD: hue angle of 250.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3315BD is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 21 189 -
CMYK 0.73 0.89 0 0.26
HSL 250.71º 0.8% 0.41% -
HSV(B) 250.71º 0.89% 0.74% -
XYZ 10.82 4.91 48.52 -
YUV 49.12 206.94 129.34 -
System Red Green Blue C M Y K H S L
Decimal 51 21 189 0.73 0.89 0 0.26 250.71 0.8 0.41
Hex 33 15 BD 49 59 0 1A FB 50 29
Octal 63 25 275 111 131 0 32 373 120 51
Binary 110011 10101 10111101 1001001 1011001 0 11010 11111011 1010000 101001

Color Harmonies of #3315BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315BD

Black with #3315BD

Text Example


Text Example

White with #3315BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3315BD; }

 p { color: rgb(51,21,189); }

 H1.HeaderClassName
 {
   color: #3315BD;
 }
 .AnyTagClassName
 {
   color: #3315BD;
 }
</style>

background-color css

<style>
 a { background-color: #3315BD; }

 a { background-color: rgb(51,21,189); }

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

border-color css

<style>
 span { border-color: #3315BD; }

 span { border-color: rgb(51,21,189); }

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