Html Css Color HEX #3929CE Persian Blue

📋 copy color: '#3929CE'

red 57 ◦ green 41 ◦ blue 206

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

Shades of Persian Blue #3929CE

Tints of Persian Blue #3929CE

RGB

 RED value IS 57 (22.66% from 255) = 18.75%

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

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

R = 18.75%
G = 13.49%
B = 67.76%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3929CE (or 0x3929CE) is known color: Persian Blue. HEX triplet: 39, 29 and CE. RGB value is (57,41,206). Sum of RGB (Red+Green+Blue) = 57+41+206=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 41 (16.41% from 255 or 13.49% 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 #3929CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3929CE is #C6D631. Grayscale: #3F3F3F. Windows color (decimal): -13030962 or 13510969. OLE color: 13510969.

HSL color Cylindrical-coordinate representation of color #3929CE: hue angle of 245.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3929CE is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 41 206 -
CMYK 0.72 0.80 0 0.19
HSL 245.82º 0.67% 0.48% -
HSV(B) 245.82º 0.8% 0.81% -
XYZ 13.62 6.91 59.01 -
YUV 64.59 207.8 122.58 -
System Red Green Blue C M Y K H S L
Decimal 57 41 206 0.72 0.80 0 0.19 245.82 0.67 0.48
Hex 39 29 CE 48 50 0 13 F6 43 30
Octal 71 51 316 110 120 0 23 366 103 60
Binary 111001 101001 11001110 1001000 1010000 0 10011 11110110 1000011 110000

Color Harmonies of #3929CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3929CE

Black with #3929CE

Text Example


Text Example

White with #3929CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3929CE; }

 p { color: rgb(57,41,206); }

 H1.HeaderClassName
 {
   color: #3929CE;
 }
 .AnyTagClassName
 {
   color: #3929CE;
 }
</style>

background-color css

<style>
 a { background-color: #3929CE; }

 a { background-color: rgb(57,41,206); }

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

border-color css

<style>
 span { border-color: #3929CE; }

 span { border-color: rgb(57,41,206); }

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