Html Css Color HEX #332FAB Persian Blue

📋 copy color: '#332FAB'

red 51 ◦ green 47 ◦ blue 171

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

Shades of Persian Blue #332FAB

Tints of Persian Blue #332FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

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

R = 18.96%
G = 17.47%
B = 63.57%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#332FAB (or 0x332FAB) is known color: Persian Blue. HEX triplet: 33, 2F and AB. RGB value is (51,47,171). Sum of RGB (Red+Green+Blue) = 51+47+171=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #332FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332FAB is #CCD054. Grayscale: #3D3D3D. Windows color (decimal): -13422677 or 11218739. OLE color: 11218739.

HSL color Cylindrical-coordinate representation of color #332FAB: hue angle of 241.94º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332FAB is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 47 171 -
CMYK 0.70 0.73 0 0.33
HSL 241.94º 0.57% 0.43% -
HSV(B) 241.94º 0.73% 0.67% -
XYZ 9.73 5.68 39.11 -
YUV 62.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 51 47 171 0.70 0.73 0 0.33 241.94 0.57 0.43
Hex 33 2F AB 46 49 0 21 F2 39 2B
Octal 63 57 253 106 111 0 41 362 71 53
Binary 110011 101111 10101011 1000110 1001001 0 100001 11110010 111001 101011

Color Harmonies of #332FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332FAB

Black with #332FAB

Text Example


Text Example

White with #332FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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