Html Css Color HEX #2C29B6 Persian Blue

📋 copy color: '#2C29B6'

red 44 ◦ green 41 ◦ blue 182

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

Shades of Persian Blue #2C29B6

Tints of Persian Blue #2C29B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 68.16%

R = 16.48%
G = 15.36%
B = 68.16%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2C29B6 (or 0x2C29B6) is known color: Persian Blue. HEX triplet: 2C, 29 and B6. RGB value is (44,41,182). Sum of RGB (Red+Green+Blue) = 44+41+182=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #2C29B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29B6 is #D3D649. Grayscale: #393939. Windows color (decimal): -13882954 or 11938092. OLE color: 11938092.

HSL color Cylindrical-coordinate representation of color #2C29B6: hue angle of 241.28º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C29B6 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 41 182 -
CMYK 0.76 0.77 0 0.29
HSL 241.28º 0.63% 0.44% -
HSV(B) 241.28º 0.77% 0.71% -
XYZ 10.28 5.5 44.78 -
YUV 57.97 197.99 118.04 -
System Red Green Blue C M Y K H S L
Decimal 44 41 182 0.76 0.77 0 0.29 241.28 0.63 0.44
Hex 2C 29 B6 4C 4D 0 1D F1 3F 2C
Octal 54 51 266 114 115 0 35 361 77 54
Binary 101100 101001 10110110 1001100 1001101 0 11101 11110001 111111 101100

Color Harmonies of #2C29B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C29B6

Black with #2C29B6

Text Example


Text Example

White with #2C29B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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