Html Css Color HEX #332BAA Persian Blue

📋 copy color: '#332BAA'

red 51 ◦ green 43 ◦ blue 170

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

Shades of Persian Blue #332BAA

Tints of Persian Blue #332BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.29%

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

R = 19.32%
G = 16.29%
B = 64.39%

CMYK

 C value IS 0.7

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#332BAA (or 0x332BAA) is known color: Persian Blue. HEX triplet: 33, 2B and AA. RGB value is (51,43,170). Sum of RGB (Red+Green+Blue) = 51+43+170=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #332BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332BAA is #CCD455. Grayscale: #3B3B3B. Windows color (decimal): -13423702 or 11152179. OLE color: 11152179.

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

Color convert

RGB 51 43 170 -
CMYK 0.7 0.75 0 0.33
HSL 243.78º 0.6% 0.42% -
HSV(B) 243.78º 0.75% 0.67% -
XYZ 9.48 5.33 38.56 -
YUV 59.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 51 43 170 0.7 0.75 0 0.33 243.78 0.6 0.42
Hex 33 2B AA 46 4B 0 21 F4 3C 2A
Octal 63 53 252 106 113 0 41 364 74 52
Binary 110011 101011 10101010 1000110 1001011 0 100001 11110100 111100 101010

Color Harmonies of #332BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BAA

Black with #332BAA

Text Example


Text Example

White with #332BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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