Html Css Color HEX #2D2683 Persian Indigo

📋 copy color: '#2D2683'

red 45 ◦ green 38 ◦ blue 131

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

Shades of Persian Indigo #2D2683

Tints of Persian Indigo #2D2683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

 BLUE value IS 131 (51.56% from 255) = 61.21%

R = 21.03%
G = 17.76%
B = 61.21%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2D2683 (or 0x2D2683) is known color: Persian Indigo. HEX triplet: 2D, 26 and 83. RGB value is (45,38,131). Sum of RGB (Red+Green+Blue) = 45+38+131=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D2683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2683 is #D2D97C. Grayscale: #323232. Windows color (decimal): -13818237 or 8594989. OLE color: 8594989.

HSL color Cylindrical-coordinate representation of color #2D2683: hue angle of 244.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D2683 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 38 131 -
CMYK 0.66 0.71 0 0.49
HSL 244.52º 0.55% 0.33% -
HSV(B) 244.52º 0.71% 0.51% -
XYZ 5.87 3.58 21.85 -
YUV 50.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 45 38 131 0.66 0.71 0 0.49 244.52 0.55 0.33
Hex 2D 26 83 42 47 0 31 F5 37 21
Octal 55 46 203 102 107 0 61 365 67 41
Binary 101101 100110 10000011 1000010 1000111 0 110001 11110101 110111 100001

Color Harmonies of #2D2683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2683

Black with #2D2683

Text Example


Text Example

White with #2D2683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,38,131); }

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

background-color css

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

 a { background-color: rgb(45,38,131); }

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

border-color css

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

 span { border-color: rgb(45,38,131); }

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