Html Css Color HEX #332BAC Persian Blue

📋 copy color: '#332BAC'

red 51 ◦ green 43 ◦ blue 172

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

Shades of Persian Blue #332BAC

Tints of Persian Blue #332BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 19.17%
G = 16.17%
B = 64.66%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#332BAC (or 0x332BAC) is known color: Persian Blue. HEX triplet: 33, 2B and AC. RGB value is (51,43,172). Sum of RGB (Red+Green+Blue) = 51+43+172=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #332BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332BAC is #CCD453. Grayscale: #3B3B3B. Windows color (decimal): -13423700 or 11283251. OLE color: 11283251.

HSL color Cylindrical-coordinate representation of color #332BAC: hue angle of 243.72º 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 #332BAC is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 43 172 -
CMYK 0.70 0.75 0 0.33
HSL 243.72º 0.6% 0.42% -
HSV(B) 243.72º 0.75% 0.67% -
XYZ 9.68 5.41 39.56 -
YUV 60.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 51 43 172 0.70 0.75 0 0.33 243.72 0.6 0.42
Hex 33 2B AC 46 4B 0 21 F4 3C 2A
Octal 63 53 254 106 113 0 41 364 74 52
Binary 110011 101011 10101100 1000110 1001011 0 100001 11110100 111100 101010

Color Harmonies of #332BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BAC

Black with #332BAC

Text Example


Text Example

White with #332BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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