Html Css Color HEX #2B21CE Persian Blue

📋 copy color: '#2B21CE'

red 43 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #2B21CE

Tints of Persian Blue #2B21CE

RGB

 RED value IS 43 (17.19% from 255) = 15.25%

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 15.25%
G = 11.7%
B = 73.05%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B21CE (or 0x2B21CE) is known color: Persian Blue. HEX triplet: 2B, 21 and CE. RGB value is (43,33,206). Sum of RGB (Red+Green+Blue) = 43+33+206=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B21CE is #D4DE31. Grayscale: #373737. Windows color (decimal): -13950514 or 13508907. OLE color: 13508907.

HSL color Cylindrical-coordinate representation of color #2B21CE: hue angle of 243.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B21CE is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 33 206 -
CMYK 0.79 0.84 0 0.19
HSL 243.47º 0.72% 0.47% -
HSV(B) 243.47º 0.84% 0.81% -
XYZ 12.68 6.06 58.89 -
YUV 55.71 212.81 118.93 -
System Red Green Blue C M Y K H S L
Decimal 43 33 206 0.79 0.84 0 0.19 243.47 0.72 0.47
Hex 2B 21 CE 4F 54 0 13 F3 48 2F
Octal 53 41 316 117 124 0 23 363 110 57
Binary 101011 100001 11001110 1001111 1010100 0 10011 11110011 1001000 101111

Color Harmonies of #2B21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B21CE

Black with #2B21CE

Text Example


Text Example

White with #2B21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,206); }

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

background-color css

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

 a { background-color: rgb(43,33,206); }

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

border-color css

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

 span { border-color: rgb(43,33,206); }

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