Html Css Color HEX #332EC1 Persian Blue

📋 copy color: '#332EC1'

red 51 ◦ green 46 ◦ blue 193

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

Shades of Persian Blue #332EC1

Tints of Persian Blue #332EC1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 193 (75.78% from 255) = 66.55%

R = 17.59%
G = 15.86%
B = 66.55%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#332EC1 (or 0x332EC1) is known color: Persian Blue. HEX triplet: 33, 2E and C1. RGB value is (51,46,193). Sum of RGB (Red+Green+Blue) = 51+46+193=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #332EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EC1 is #CCD13E. Grayscale: #3F3F3F. Windows color (decimal): -13422911 or 12660275. OLE color: 12660275.

HSL color Cylindrical-coordinate representation of color #332EC1: hue angle of 242.04º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332EC1 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 46 193 -
CMYK 0.74 0.76 0 0.24
HSL 242.04º 0.62% 0.47% -
HSV(B) 242.04º 0.76% 0.76% -
XYZ 11.97 6.51 51.08 -
YUV 64.25 200.66 118.55 -
System Red Green Blue C M Y K H S L
Decimal 51 46 193 0.74 0.76 0 0.24 242.04 0.62 0.47
Hex 33 2E C1 4A 4C 0 18 F2 3E 2F
Octal 63 56 301 112 114 0 30 362 76 57
Binary 110011 101110 11000001 1001010 1001100 0 11000 11110010 111110 101111

Color Harmonies of #332EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EC1

Black with #332EC1

Text Example


Text Example

White with #332EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332EC1; }

 p { color: rgb(51,46,193); }

 H1.HeaderClassName
 {
   color: #332EC1;
 }
 .AnyTagClassName
 {
   color: #332EC1;
 }
</style>

background-color css

<style>
 a { background-color: #332EC1; }

 a { background-color: rgb(51,46,193); }

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

border-color css

<style>
 span { border-color: #332EC1; }

 span { border-color: rgb(51,46,193); }

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