Html Css Color HEX #2729CE Persian Blue

📋 copy color: '#2729CE'

red 39 ◦ green 41 ◦ blue 206

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

Shades of Persian Blue #2729CE

Tints of Persian Blue #2729CE

RGB

 RED value IS 39 (15.63% from 255) = 13.64%

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

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

R = 13.64%
G = 14.34%
B = 72.03%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2729CE (or 0x2729CE) is known color: Persian Blue. HEX triplet: 27, 29 and CE. RGB value is (39,41,206). Sum of RGB (Red+Green+Blue) = 39+41+206=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #2729CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2729CE is #D8D631. Grayscale: #3A3A3A. Windows color (decimal): -14210610 or 13510951. OLE color: 13510951.

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

Color convert

RGB 39 41 206 -
CMYK 0.81 0.80 0 0.19
HSL 239.28º 0.68% 0.48% -
HSV(B) 239.28º 0.81% 0.81% -
XYZ 12.77 6.47 58.97 -
YUV 59.21 210.84 113.58 -
System Red Green Blue C M Y K H S L
Decimal 39 41 206 0.81 0.80 0 0.19 239.28 0.68 0.48
Hex 27 29 CE 51 50 0 13 EF 44 30
Octal 47 51 316 121 120 0 23 357 104 60
Binary 100111 101001 11001110 1010001 1010000 0 10011 11101111 1000100 110000

Color Harmonies of #2729CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2729CE

Black with #2729CE

Text Example


Text Example

White with #2729CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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