Html Css Color HEX #2C29DA Persian Blue

📋 copy color: '#2C29DA'

red 44 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #2C29DA

Tints of Persian Blue #2C29DA

RGB

 RED value IS 44 (17.58% from 255) = 14.52%

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

 BLUE value IS 218 (85.55% from 255) = 71.95%

R = 14.52%
G = 13.53%
B = 71.95%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2C29DA (or 0x2C29DA) is known color: Persian Blue. HEX triplet: 2C, 29 and DA. RGB value is (44,41,218). Sum of RGB (Red+Green+Blue) = 44+41+218=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29DA is #D3D625. Grayscale: #3D3D3D. Windows color (decimal): -13882918 or 14297388. OLE color: 14297388.

HSL color Cylindrical-coordinate representation of color #2C29DA: hue angle of 241.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C29DA is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 41 218 -
CMYK 0.80 0.81 0 0.15
HSL 241.02º 0.71% 0.51% -
HSV(B) 241.02º 0.81% 0.85% -
XYZ 14.49 7.18 66.95 -
YUV 62.08 215.99 115.11 -
System Red Green Blue C M Y K H S L
Decimal 44 41 218 0.80 0.81 0 0.15 241.02 0.71 0.51
Hex 2C 29 DA 50 51 0 F F1 47 33
Octal 54 51 332 120 121 0 17 361 107 63
Binary 101100 101001 11011010 1010000 1010001 0 1111 11110001 1000111 110011

Color Harmonies of #2C29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C29DA

Black with #2C29DA

Text Example


Text Example

White with #2C29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C29DA; }

 p { color: rgb(44,41,218); }

 H1.HeaderClassName
 {
   color: #2C29DA;
 }
 .AnyTagClassName
 {
   color: #2C29DA;
 }
</style>

background-color css

<style>
 a { background-color: #2C29DA; }

 a { background-color: rgb(44,41,218); }

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

border-color css

<style>
 span { border-color: #2C29DA; }

 span { border-color: rgb(44,41,218); }

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