Html Css Color HEX #3313BA Persian Blue

📋 copy color: '#3313BA'

red 51 ◦ green 19 ◦ blue 186

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

Shades of Persian Blue #3313BA

Tints of Persian Blue #3313BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 186 (73.05% from 255) = 72.66%

R = 19.92%
G = 7.42%
B = 72.66%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3313BA (or 0x3313BA) is known color: Persian Blue. HEX triplet: 33, 13 and BA. RGB value is (51,19,186). Sum of RGB (Red+Green+Blue) = 51+19+186=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3313BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313BA is #CCEC45. Grayscale: #2E2E2E. Windows color (decimal): -13429830 or 12194611. OLE color: 12194611.

HSL color Cylindrical-coordinate representation of color #3313BA: hue angle of 251.5º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3313BA is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 19 186 -
CMYK 0.73 0.90 0 0.27
HSL 251.5º 0.81% 0.4% -
HSV(B) 251.5º 0.9% 0.73% -
XYZ 10.46 4.71 46.81 -
YUV 47.61 206.1 130.42 -
System Red Green Blue C M Y K H S L
Decimal 51 19 186 0.73 0.90 0 0.27 251.5 0.81 0.4
Hex 33 13 BA 49 5A 0 1B FB 51 28
Octal 63 23 272 111 132 0 33 373 121 50
Binary 110011 10011 10111010 1001001 1011010 0 11011 11111011 1010001 101000

Color Harmonies of #3313BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313BA

Black with #3313BA

Text Example


Text Example

White with #3313BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3313BA; }

 p { color: rgb(51,19,186); }

 H1.HeaderClassName
 {
   color: #3313BA;
 }
 .AnyTagClassName
 {
   color: #3313BA;
 }
</style>

background-color css

<style>
 a { background-color: #3313BA; }

 a { background-color: rgb(51,19,186); }

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

border-color css

<style>
 span { border-color: #3313BA; }

 span { border-color: rgb(51,19,186); }

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