Html Css Color HEX #332EA7 Persian Blue

📋 copy color: '#332EA7'

red 51 ◦ green 46 ◦ blue 167

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

Shades of Persian Blue #332EA7

Tints of Persian Blue #332EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.26%

R = 19.32%
G = 17.42%
B = 63.26%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#332EA7 (or 0x332EA7) is known color: Persian Blue. HEX triplet: 33, 2E and A7. RGB value is (51,46,167). Sum of RGB (Red+Green+Blue) = 51+46+167=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 167 (65.62% from 255 or 63.26% from 264); Max value from RGB is 167 - color contains mainly: blue. Hex color #332EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332EA7 is #CCD158. Grayscale: #3C3C3C. Windows color (decimal): -13422937 or 10956339. OLE color: 10956339.

HSL color Cylindrical-coordinate representation of color #332EA7: hue angle of 242.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332EA7 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 46 167 -
CMYK 0.69 0.72 0 0.35
HSL 242.48º 0.57% 0.42% -
HSV(B) 242.48º 0.72% 0.65% -
XYZ 9.32 5.45 37.12 -
YUV 61.29 187.66 120.66 -
System Red Green Blue C M Y K H S L
Decimal 51 46 167 0.69 0.72 0 0.35 242.48 0.57 0.42
Hex 33 2E A7 45 48 0 23 F2 39 2A
Octal 63 56 247 105 110 0 43 362 71 52
Binary 110011 101110 10100111 1000101 1001000 0 100011 11110010 111001 101010

Color Harmonies of #332EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EA7

Black with #332EA7

Text Example


Text Example

White with #332EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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