Html Css Color HEX #332FDF Persian Blue

📋 copy color: '#332FDF'

red 51 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #332FDF

Tints of Persian Blue #332FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 15.89%
G = 14.64%
B = 69.47%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#332FDF (or 0x332FDF) is known color: Persian Blue. HEX triplet: 33, 2F and DF. RGB value is (51,47,223). Sum of RGB (Red+Green+Blue) = 51+47+223=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #332FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FDF is #CCD020. Grayscale: #434343. Windows color (decimal): -13422625 or 14626611. OLE color: 14626611.

HSL color Cylindrical-coordinate representation of color #332FDF: hue angle of 241.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332FDF is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 47 223 -
CMYK 0.77 0.79 0 0.13
HSL 241.36º 0.73% 0.53% -
HSV(B) 241.36º 0.79% 0.87% -
XYZ 15.7 8.06 70.54 -
YUV 68.26 215.33 115.69 -
System Red Green Blue C M Y K H S L
Decimal 51 47 223 0.77 0.79 0 0.13 241.36 0.73 0.53
Hex 33 2F DF 4D 4F 0 D F1 49 35
Octal 63 57 337 115 117 0 15 361 111 65
Binary 110011 101111 11011111 1001101 1001111 0 1101 11110001 1001001 110101

Color Harmonies of #332FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332FDF

Black with #332FDF

Text Example


Text Example

White with #332FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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