Html Css Color HEX #332FCE Persian Blue

📋 copy color: '#332FCE'

red 51 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #332FCE

Tints of Persian Blue #332FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 16.78%
G = 15.46%
B = 67.76%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#332FCE (or 0x332FCE) is known color: Persian Blue. HEX triplet: 33, 2F and CE. RGB value is (51,47,206). Sum of RGB (Red+Green+Blue) = 51+47+206=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #332FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FCE is #CCD031. Grayscale: #414141. Windows color (decimal): -13422642 or 13512499. OLE color: 13512499.

HSL color Cylindrical-coordinate representation of color #332FCE: hue angle of 241.51º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332FCE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 47 206 -
CMYK 0.75 0.77 0 0.19
HSL 241.51º 0.63% 0.5% -
HSV(B) 241.51º 0.77% 0.81% -
XYZ 13.52 7.19 59.07 -
YUV 66.32 206.83 117.07 -
System Red Green Blue C M Y K H S L
Decimal 51 47 206 0.75 0.77 0 0.19 241.51 0.63 0.5
Hex 33 2F CE 4B 4D 0 13 F2 3F 32
Octal 63 57 316 113 115 0 23 362 77 62
Binary 110011 101111 11001110 1001011 1001101 0 10011 11110010 111111 110010

Color Harmonies of #332FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332FCE

Black with #332FCE

Text Example


Text Example

White with #332FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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