Html Css Color HEX #3229C2 Persian Blue

📋 copy color: '#3229C2'

red 50 ◦ green 41 ◦ blue 194

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

Shades of Persian Blue #3229C2

Tints of Persian Blue #3229C2

RGB

 RED value IS 50 (19.92% from 255) = 17.54%

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 194 (76.17% from 255) = 68.07%

R = 17.54%
G = 14.39%
B = 68.07%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3229C2 (or 0x3229C2) is known color: Persian Blue. HEX triplet: 32, 29 and C2. RGB value is (50,41,194). Sum of RGB (Red+Green+Blue) = 50+41+194=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 194 (76.17% from 255 or 68.07% from 285); Max value from RGB is 194 - color contains mainly: blue. Hex color #3229C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229C2 is #CDD63D. Grayscale: #3C3C3C. Windows color (decimal): -13489726 or 12724530. OLE color: 12724530.

HSL color Cylindrical-coordinate representation of color #3229C2: hue angle of 243.53º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3229C2 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 41 194 -
CMYK 0.74 0.79 0 0.24
HSL 243.53º 0.65% 0.46% -
HSV(B) 243.53º 0.79% 0.76% -
XYZ 11.85 6.16 51.6 -
YUV 61.13 202.98 120.06 -
System Red Green Blue C M Y K H S L
Decimal 50 41 194 0.74 0.79 0 0.24 243.53 0.65 0.46
Hex 32 29 C2 4A 4F 0 18 F4 41 2E
Octal 62 51 302 112 117 0 30 364 101 56
Binary 110010 101001 11000010 1001010 1001111 0 11000 11110100 1000001 101110

Color Harmonies of #3229C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3229C2

Black with #3229C2

Text Example


Text Example

White with #3229C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3229C2; }

 p { color: rgb(50,41,194); }

 H1.HeaderClassName
 {
   color: #3229C2;
 }
 .AnyTagClassName
 {
   color: #3229C2;
 }
</style>

background-color css

<style>
 a { background-color: #3229C2; }

 a { background-color: rgb(50,41,194); }

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

border-color css

<style>
 span { border-color: #3229C2; }

 span { border-color: rgb(50,41,194); }

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