Html Css Color HEX #2D0B8D Persian Indigo

📋 copy color: '#2D0B8D'

red 45 ◦ green 11 ◦ blue 141

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

Shades of Persian Indigo #2D0B8D

Tints of Persian Indigo #2D0B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.58%

 BLUE value IS 141 (55.47% from 255) = 71.57%

R = 22.84%
G = 5.58%
B = 71.57%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D0B8D (or 0x2D0B8D) is known color: Persian Indigo. HEX triplet: 2D, 0B and 8D. RGB value is (45,11,141). Sum of RGB (Red+Green+Blue) = 45+11+141=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D0B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0B8D is #D2F472. Grayscale: #232323. Windows color (decimal): -13825139 or 9243437. OLE color: 9243437.

HSL color Cylindrical-coordinate representation of color #2D0B8D: hue angle of 255.69º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0B8D is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 11 141 -
CMYK 0.68 0.92 0 0.45
HSL 255.69º 0.86% 0.3% -
HSV(B) 255.69º 0.92% 0.55% -
XYZ 6.01 2.72 25.41 -
YUV 35.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 45 11 141 0.68 0.92 0 0.45 255.69 0.86 0.3
Hex 2D B 8D 44 5C 0 2D 100 56 1E
Octal 55 13 215 104 134 0 55 400 126 36
Binary 101101 1011 10001101 1000100 1011100 0 101101 100000000 1010110 11110

Color Harmonies of #2D0B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0B8D

Black with #2D0B8D

Text Example


Text Example

White with #2D0B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,11,141); }

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

background-color css

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

 a { background-color: rgb(45,11,141); }

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

border-color css

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

 span { border-color: rgb(45,11,141); }

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