Html Css Color HEX #2B1DCD Persian Blue

📋 copy color: '#2B1DCD'

red 43 ◦ green 29 ◦ blue 205

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

Shades of Persian Blue #2B1DCD

Tints of Persian Blue #2B1DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

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

R = 15.52%
G = 10.47%
B = 74.01%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B1DCD (or 0x2B1DCD) is known color: Persian Blue. HEX triplet: 2B, 1D and CD. RGB value is (43,29,205). Sum of RGB (Red+Green+Blue) = 43+29+205=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B1DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1DCD is #D4E232. Grayscale: #343434. Windows color (decimal): -13951539 or 13442347. OLE color: 13442347.

HSL color Cylindrical-coordinate representation of color #2B1DCD: hue angle of 244.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1DCD is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 29 205 -
CMYK 0.79 0.86 0 0.20
HSL 244.77º 0.75% 0.46% -
HSV(B) 244.77º 0.86% 0.8% -
XYZ 12.46 5.8 58.22 -
YUV 53.25 213.64 120.69 -
System Red Green Blue C M Y K H S L
Decimal 43 29 205 0.79 0.86 0 0.20 244.77 0.75 0.46
Hex 2B 1D CD 4F 56 0 14 F5 4B 2E
Octal 53 35 315 117 126 0 24 365 113 56
Binary 101011 11101 11001101 1001111 1010110 0 10100 11110101 1001011 101110

Color Harmonies of #2B1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1DCD

Black with #2B1DCD

Text Example


Text Example

White with #2B1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,29,205); }

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

background-color css

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

 a { background-color: rgb(43,29,205); }

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

border-color css

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

 span { border-color: rgb(43,29,205); }

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