Html Css Color HEX #332FB3 Persian Blue

📋 copy color: '#332FB3'

red 51 ◦ green 47 ◦ blue 179

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

Shades of Persian Blue #332FB3

Tints of Persian Blue #332FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.62%

R = 18.41%
G = 16.97%
B = 64.62%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#332FB3 (or 0x332FB3) is known color: Persian Blue. HEX triplet: 33, 2F and B3. RGB value is (51,47,179). Sum of RGB (Red+Green+Blue) = 51+47+179=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #332FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FB3 is #CCD04C. Grayscale: #3E3E3E. Windows color (decimal): -13422669 or 11743027. OLE color: 11743027.

HSL color Cylindrical-coordinate representation of color #332FB3: hue angle of 241.82º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332FB3 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 47 179 -
CMYK 0.72 0.74 0 0.30
HSL 241.82º 0.58% 0.44% -
HSV(B) 241.82º 0.74% 0.7% -
XYZ 10.52 5.99 43.25 -
YUV 63.24 193.33 119.27 -
System Red Green Blue C M Y K H S L
Decimal 51 47 179 0.72 0.74 0 0.30 241.82 0.58 0.44
Hex 33 2F B3 48 4A 0 1E F2 3A 2C
Octal 63 57 263 110 112 0 36 362 72 54
Binary 110011 101111 10110011 1001000 1001010 0 11110 11110010 111010 101100

Color Harmonies of #332FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332FB3

Black with #332FB3

Text Example


Text Example

White with #332FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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