Html Css Color HEX #332CAA Persian Blue

📋 copy color: '#332CAA'

red 51 ◦ green 44 ◦ blue 170

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

Shades of Persian Blue #332CAA

Tints of Persian Blue #332CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 19.25%
G = 16.6%
B = 64.15%

CMYK

 C value IS 0.7

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#332CAA (or 0x332CAA) is known color: Persian Blue. HEX triplet: 33, 2C and AA. RGB value is (51,44,170). Sum of RGB (Red+Green+Blue) = 51+44+170=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #332CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332CAA is #CCD355. Grayscale: #3B3B3B. Windows color (decimal): -13423446 or 11152435. OLE color: 11152435.

HSL color Cylindrical-coordinate representation of color #332CAA: hue angle of 243.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332CAA is Cyan = 0.7, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 44 170 -
CMYK 0.7 0.74 0 0.33
HSL 243.33º 0.59% 0.42% -
HSV(B) 243.33º 0.74% 0.67% -
XYZ 9.52 5.41 38.57 -
YUV 60.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 51 44 170 0.7 0.74 0 0.33 243.33 0.59 0.42
Hex 33 2C AA 46 4A 0 21 F3 3B 2A
Octal 63 54 252 106 112 0 41 363 73 52
Binary 110011 101100 10101010 1000110 1001010 0 100001 11110011 111011 101010

Color Harmonies of #332CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CAA

Black with #332CAA

Text Example


Text Example

White with #332CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,44,170); }

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

background-color css

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

 a { background-color: rgb(51,44,170); }

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

border-color css

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

 span { border-color: rgb(51,44,170); }

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