Html Css Color HEX #2D2685 Persian Indigo

📋 copy color: '#2D2685'

red 45 ◦ green 38 ◦ blue 133

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

Shades of Persian Indigo #2D2685

Tints of Persian Indigo #2D2685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.57%

R = 20.83%
G = 17.59%
B = 61.57%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D2685 (or 0x2D2685) is known color: Persian Indigo. HEX triplet: 2D, 26 and 85. RGB value is (45,38,133). Sum of RGB (Red+Green+Blue) = 45+38+133=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D2685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2685 is #D2D97A. Grayscale: #323232. Windows color (decimal): -13818235 or 8726061. OLE color: 8726061.

HSL color Cylindrical-coordinate representation of color #2D2685: hue angle of 244.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D2685 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 38 133 -
CMYK 0.66 0.71 0 0.48
HSL 244.42º 0.56% 0.34% -
HSV(B) 244.42º 0.71% 0.52% -
XYZ 6.01 3.64 22.58 -
YUV 50.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 45 38 133 0.66 0.71 0 0.48 244.42 0.56 0.34
Hex 2D 26 85 42 47 0 30 F4 38 22
Octal 55 46 205 102 107 0 60 364 70 42
Binary 101101 100110 10000101 1000010 1000111 0 110000 11110100 111000 100010

Color Harmonies of #2D2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2685

Black with #2D2685

Text Example


Text Example

White with #2D2685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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