Html Css Color HEX #2D1CAD Persian Blue

📋 copy color: '#2D1CAD'

red 45 ◦ green 28 ◦ blue 173

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

Shades of Persian Blue #2D1CAD

Tints of Persian Blue #2D1CAD

RGB

 RED value IS 45 (17.97% from 255) = 18.29%

 GREEN value IS 28 (11.33% from 255) = 11.38%

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 18.29%
G = 11.38%
B = 70.33%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2D1CAD (or 0x2D1CAD) is known color: Persian Blue. HEX triplet: 2D, 1C and AD. RGB value is (45,28,173). Sum of RGB (Red+Green+Blue) = 45+28+173=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D1CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1CAD is #D2E352. Grayscale: #313131. Windows color (decimal): -13820755 or 11344941. OLE color: 11344941.

HSL color Cylindrical-coordinate representation of color #2D1CAD: hue angle of 247.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1CAD is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 28 173 -
CMYK 0.74 0.84 0 0.32
HSL 247.03º 0.72% 0.39% -
HSV(B) 247.03º 0.84% 0.68% -
XYZ 9.04 4.41 39.91 -
YUV 49.61 197.63 124.71 -
System Red Green Blue C M Y K H S L
Decimal 45 28 173 0.74 0.84 0 0.32 247.03 0.72 0.39
Hex 2D 1C AD 4A 54 0 20 F7 48 27
Octal 55 34 255 112 124 0 40 367 110 47
Binary 101101 11100 10101101 1001010 1010100 0 100000 11110111 1001000 100111

Color Harmonies of #2D1CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1CAD

Black with #2D1CAD

Text Example


Text Example

White with #2D1CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,28,173); }

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

background-color css

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

 a { background-color: rgb(45,28,173); }

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

border-color css

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

 span { border-color: rgb(45,28,173); }

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