Html Css Color HEX #332BBD Persian Blue

📋 copy color: '#332BBD'

red 51 ◦ green 43 ◦ blue 189

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

Shades of Persian Blue #332BBD

Tints of Persian Blue #332BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.78%

R = 18.02%
G = 15.19%
B = 66.78%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#332BBD (or 0x332BBD) is known color: Persian Blue. HEX triplet: 33, 2B and BD. RGB value is (51,43,189). Sum of RGB (Red+Green+Blue) = 51+43+189=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #332BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BBD is #CCD442. Grayscale: #3D3D3D. Windows color (decimal): -13423683 or 12397363. OLE color: 12397363.

HSL color Cylindrical-coordinate representation of color #332BBD: hue angle of 243.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332BBD is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 43 189 -
CMYK 0.73 0.77 0 0.26
HSL 243.29º 0.63% 0.45% -
HSV(B) 243.29º 0.77% 0.74% -
XYZ 11.41 6.11 48.72 -
YUV 62.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 51 43 189 0.73 0.77 0 0.26 243.29 0.63 0.45
Hex 33 2B BD 49 4D 0 1A F3 3F 2D
Octal 63 53 275 111 115 0 32 363 77 55
Binary 110011 101011 10111101 1001001 1001101 0 11010 11110011 111111 101101

Color Harmonies of #332BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BBD

Black with #332BBD

Text Example


Text Example

White with #332BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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