Html Css Color HEX #3C29BD Persian Blue

📋 copy color: '#3C29BD'

red 60 ◦ green 41 ◦ blue 189

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

Shades of Persian Blue #3C29BD

Tints of Persian Blue #3C29BD

RGB

 RED value IS 60 (23.83% from 255) = 20.69%

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

 BLUE value IS 189 (74.22% from 255) = 65.17%

R = 20.69%
G = 14.14%
B = 65.17%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C29BD (or 0x3C29BD) is known color: Persian Blue. HEX triplet: 3C, 29 and BD. RGB value is (60,41,189). Sum of RGB (Red+Green+Blue) = 60+41+189=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C29BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29BD is #C3D642. Grayscale: #3E3E3E. Windows color (decimal): -12834371 or 12396860. OLE color: 12396860.

HSL color Cylindrical-coordinate representation of color #3C29BD: hue angle of 247.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C29BD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 41 189 -
CMYK 0.68 0.78 0 0.26
HSL 247.7º 0.64% 0.45% -
HSV(B) 247.7º 0.78% 0.74% -
XYZ 11.84 6.22 48.72 -
YUV 63.55 198.79 125.47 -
System Red Green Blue C M Y K H S L
Decimal 60 41 189 0.68 0.78 0 0.26 247.7 0.64 0.45
Hex 3C 29 BD 44 4E 0 1A F8 40 2D
Octal 74 51 275 104 116 0 32 370 100 55
Binary 111100 101001 10111101 1000100 1001110 0 11010 11111000 1000000 101101

Color Harmonies of #3C29BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C29BD

Black with #3C29BD

Text Example


Text Example

White with #3C29BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C29BD; }

 p { color: rgb(60,41,189); }

 H1.HeaderClassName
 {
   color: #3C29BD;
 }
 .AnyTagClassName
 {
   color: #3C29BD;
 }
</style>

background-color css

<style>
 a { background-color: #3C29BD; }

 a { background-color: rgb(60,41,189); }

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

border-color css

<style>
 span { border-color: #3C29BD; }

 span { border-color: rgb(60,41,189); }

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