Html Css Color HEX #2129CD Persian Blue

📋 copy color: '#2129CD'

red 33 ◦ green 41 ◦ blue 205

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

Shades of Persian Blue #2129CD

Tints of Persian Blue #2129CD

RGB

 RED value IS 33 (13.28% from 255) = 11.83%

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

 BLUE value IS 205 (80.47% from 255) = 73.48%

R = 11.83%
G = 14.7%
B = 73.48%

CMYK

 C value IS 0.84

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2129CD (or 0x2129CD) is known color: Persian Blue. HEX triplet: 21, 29 and CD. RGB value is (33,41,205). Sum of RGB (Red+Green+Blue) = 33+41+205=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #2129CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129CD is #DED632. Grayscale: #383838. Windows color (decimal): -14603827 or 13445409. OLE color: 13445409.

HSL color Cylindrical-coordinate representation of color #2129CD: hue angle of 237.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2129CD is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 41 205 -
CMYK 0.84 0.8 0 0.20
HSL 237.21º 0.72% 0.47% -
HSV(B) 237.21º 0.84% 0.8% -
XYZ 12.44 6.32 58.32 -
YUV 57.3 211.35 110.66 -
System Red Green Blue C M Y K H S L
Decimal 33 41 205 0.84 0.8 0 0.20 237.21 0.72 0.47
Hex 21 29 CD 54 50 0 14 ED 48 2F
Octal 41 51 315 124 120 0 24 355 110 57
Binary 100001 101001 11001101 1010100 1010000 0 10100 11101101 1001000 101111

Color Harmonies of #2129CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129CD

Black with #2129CD

Text Example


Text Example

White with #2129CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2129CD; }

 p { color: rgb(33,41,205); }

 H1.HeaderClassName
 {
   color: #2129CD;
 }
 .AnyTagClassName
 {
   color: #2129CD;
 }
</style>

background-color css

<style>
 a { background-color: #2129CD; }

 a { background-color: rgb(33,41,205); }

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

border-color css

<style>
 span { border-color: #2129CD; }

 span { border-color: rgb(33,41,205); }

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