Html Css Color HEX #332BAB Persian Blue

📋 copy color: '#332BAB'

red 51 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #332BAB

Tints of Persian Blue #332BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 19.25%
G = 16.23%
B = 64.53%

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

#332BAB (or 0x332BAB) is known color: Persian Blue. HEX triplet: 33, 2B and AB. RGB value is (51,43,171). Sum of RGB (Red+Green+Blue) = 51+43+171=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #332BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332BAB is #CCD454. Grayscale: #3B3B3B. Windows color (decimal): -13423701 or 11217715. OLE color: 11217715.

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

Color convert

RGB 51 43 171 -
CMYK 0.70 0.75 0 0.33
HSL 243.75º 0.6% 0.42% -
HSV(B) 243.75º 0.75% 0.67% -
XYZ 9.58 5.37 39.06 -
YUV 59.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 51 43 171 0.70 0.75 0 0.33 243.75 0.6 0.42
Hex 33 2B AB 46 4B 0 21 F4 3C 2A
Octal 63 53 253 106 113 0 41 364 74 52
Binary 110011 101011 10101011 1000110 1001011 0 100001 11110100 111100 101010

Color Harmonies of #332BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BAB

Black with #332BAB

Text Example


Text Example

White with #332BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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