Html Css Color HEX #2129CA Persian Blue

📋 copy color: '#2129CA'

red 33 ◦ green 41 ◦ blue 202

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

Shades of Persian Blue #2129CA

Tints of Persian Blue #2129CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 73.19%

R = 11.96%
G = 14.86%
B = 73.19%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2129CA (or 0x2129CA) is known color: Persian Blue. HEX triplet: 21, 29 and CA. RGB value is (33,41,202). Sum of RGB (Red+Green+Blue) = 33+41+202=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #2129CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129CA is #DED635. Grayscale: #383838. Windows color (decimal): -14603830 or 13248801. OLE color: 13248801.

HSL color Cylindrical-coordinate representation of color #2129CA: hue angle of 237.16º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2129CA is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 41 202 -
CMYK 0.84 0.80 0 0.21
HSL 237.16º 0.72% 0.46% -
HSV(B) 237.16º 0.84% 0.79% -
XYZ 12.08 6.17 56.43 -
YUV 56.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 33 41 202 0.84 0.80 0 0.21 237.16 0.72 0.46
Hex 21 29 CA 54 50 0 15 ED 48 2E
Octal 41 51 312 124 120 0 25 355 110 56
Binary 100001 101001 11001010 1010100 1010000 0 10101 11101101 1001000 101110

Color Harmonies of #2129CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129CA

Black with #2129CA

Text Example


Text Example

White with #2129CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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