Html Css Color HEX #3312C6 Persian Blue

📋 copy color: '#3312C6'

red 51 ◦ green 18 ◦ blue 198

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

Shades of Persian Blue #3312C6

Tints of Persian Blue #3312C6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

 BLUE value IS 198 (77.73% from 255) = 74.16%

R = 19.1%
G = 6.74%
B = 74.16%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3312C6 (or 0x3312C6) is known color: Persian Blue. HEX triplet: 33, 12 and C6. RGB value is (51,18,198). Sum of RGB (Red+Green+Blue) = 51+18+198=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 198 (77.73% from 255 or 74.16% from 267); Max value from RGB is 198 - color contains mainly: blue. Hex color #3312C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312C6 is #CCED39. Grayscale: #2F2F2F. Windows color (decimal): -13430074 or 12980787. OLE color: 12980787.

HSL color Cylindrical-coordinate representation of color #3312C6: hue angle of 251º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3312C6 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 18 198 -
CMYK 0.74 0.91 0 0.22
HSL 251º 0.83% 0.42% -
HSV(B) 251º 0.91% 0.78% -
XYZ 11.77 5.21 53.81 -
YUV 48.39 212.43 129.86 -
System Red Green Blue C M Y K H S L
Decimal 51 18 198 0.74 0.91 0 0.22 251 0.83 0.42
Hex 33 12 C6 4A 5B 0 16 FB 53 2A
Octal 63 22 306 112 133 0 26 373 123 52
Binary 110011 10010 11000110 1001010 1011011 0 10110 11111011 1010011 101010

Color Harmonies of #3312C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3312C6

Black with #3312C6

Text Example


Text Example

White with #3312C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3312C6; }

 p { color: rgb(51,18,198); }

 H1.HeaderClassName
 {
   color: #3312C6;
 }
 .AnyTagClassName
 {
   color: #3312C6;
 }
</style>

background-color css

<style>
 a { background-color: #3312C6; }

 a { background-color: rgb(51,18,198); }

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

border-color css

<style>
 span { border-color: #3312C6; }

 span { border-color: rgb(51,18,198); }

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