Html Css Color HEX #2A29BC Persian Blue

📋 copy color: '#2A29BC'

red 42 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #2A29BC

Tints of Persian Blue #2A29BC

RGB

 RED value IS 42 (16.8% from 255) = 15.5%

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

 BLUE value IS 188 (73.83% from 255) = 69.37%

R = 15.5%
G = 15.13%
B = 69.37%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2A29BC (or 0x2A29BC) is known color: Persian Blue. HEX triplet: 2A, 29 and BC. RGB value is (42,41,188). Sum of RGB (Red+Green+Blue) = 42+41+188=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A29BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A29BC is #D5D643. Grayscale: #393939. Windows color (decimal): -14014020 or 12331306. OLE color: 12331306.

HSL color Cylindrical-coordinate representation of color #2A29BC: hue angle of 240.41º 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 #2A29BC is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 41 188 -
CMYK 0.78 0.78 0 0.26
HSL 240.41º 0.64% 0.45% -
HSV(B) 240.41º 0.78% 0.74% -
XYZ 10.82 5.71 48.11 -
YUV 58.06 201.33 116.55 -
System Red Green Blue C M Y K H S L
Decimal 42 41 188 0.78 0.78 0 0.26 240.41 0.64 0.45
Hex 2A 29 BC 4E 4E 0 1A F0 40 2D
Octal 52 51 274 116 116 0 32 360 100 55
Binary 101010 101001 10111100 1001110 1001110 0 11010 11110000 1000000 101101

Color Harmonies of #2A29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A29BC

Black with #2A29BC

Text Example


Text Example

White with #2A29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,41,188); }

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

background-color css

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

 a { background-color: rgb(42,41,188); }

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

border-color css

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

 span { border-color: rgb(42,41,188); }

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