Html Css Color HEX #332FC0 Persian Blue

📋 copy color: '#332FC0'

red 51 ◦ green 47 ◦ blue 192

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

Shades of Persian Blue #332FC0

Tints of Persian Blue #332FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.21%

R = 17.59%
G = 16.21%
B = 66.21%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#332FC0 (or 0x332FC0) is known color: Persian Blue. HEX triplet: 33, 2F and C0. RGB value is (51,47,192). Sum of RGB (Red+Green+Blue) = 51+47+192=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #332FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FC0 is #CCD03F. Grayscale: #404040. Windows color (decimal): -13422656 or 12594995. OLE color: 12594995.

HSL color Cylindrical-coordinate representation of color #332FC0: hue angle of 241.66º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332FC0 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 47 192 -
CMYK 0.73 0.76 0 0.25
HSL 241.66º 0.61% 0.47% -
HSV(B) 241.66º 0.76% 0.75% -
XYZ 11.9 6.54 50.51 -
YUV 64.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 51 47 192 0.73 0.76 0 0.25 241.66 0.61 0.47
Hex 33 2F C0 49 4C 0 19 F2 3D 2F
Octal 63 57 300 111 114 0 31 362 75 57
Binary 110011 101111 11000000 1001001 1001100 0 11001 11110010 111101 101111

Color Harmonies of #332FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332FC0

Black with #332FC0

Text Example


Text Example

White with #332FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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