Html Css Color HEX #332DDA Persian Blue

📋 copy color: '#332DDA'

red 51 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #332DDA

Tints of Persian Blue #332DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 16.24%
G = 14.33%
B = 69.43%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#332DDA (or 0x332DDA) is known color: Persian Blue. HEX triplet: 33, 2D and DA. RGB value is (51,45,218). Sum of RGB (Red+Green+Blue) = 51+45+218=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #332DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DDA is #CCD225. Grayscale: #414141. Windows color (decimal): -13423142 or 14298419. OLE color: 14298419.

HSL color Cylindrical-coordinate representation of color #332DDA: hue angle of 242.08º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332DDA is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 45 218 -
CMYK 0.77 0.79 0 0.15
HSL 242.08º 0.7% 0.52% -
HSV(B) 242.08º 0.79% 0.85% -
XYZ 14.96 7.64 67.02 -
YUV 66.52 213.49 116.93 -
System Red Green Blue C M Y K H S L
Decimal 51 45 218 0.77 0.79 0 0.15 242.08 0.7 0.52
Hex 33 2D DA 4D 4F 0 F F2 46 34
Octal 63 55 332 115 117 0 17 362 106 64
Binary 110011 101101 11011010 1001101 1001111 0 1111 11110010 1000110 110100

Color Harmonies of #332DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DDA

Black with #332DDA

Text Example


Text Example

White with #332DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,218); }

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

background-color css

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

 a { background-color: rgb(51,45,218); }

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

border-color css

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

 span { border-color: rgb(51,45,218); }

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