Html Css Color HEX #2D168A Persian Indigo

📋 copy color: '#2D168A'

red 45 ◦ green 22 ◦ blue 138

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

Shades of Persian Indigo #2D168A

Tints of Persian Indigo #2D168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

 BLUE value IS 138 (54.3% from 255) = 67.32%

R = 21.95%
G = 10.73%
B = 67.32%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D168A (or 0x2D168A) is known color: Persian Indigo. HEX triplet: 2D, 16 and 8A. RGB value is (45,22,138). Sum of RGB (Red+Green+Blue) = 45+22+138=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D168A is #D2E975. Grayscale: #292929. Windows color (decimal): -13822326 or 9049645. OLE color: 9049645.

HSL color Cylindrical-coordinate representation of color #2D168A: hue angle of 251.9º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D168A is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 22 138 -
CMYK 0.67 0.84 0 0.46
HSL 251.9º 0.73% 0.31% -
HSV(B) 251.9º 0.84% 0.54% -
XYZ 5.96 2.97 24.3 -
YUV 42.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 45 22 138 0.67 0.84 0 0.46 251.9 0.73 0.31
Hex 2D 16 8A 43 54 0 2E FC 48 1F
Octal 55 26 212 103 124 0 56 374 110 37
Binary 101101 10110 10001010 1000011 1010100 0 101110 11111100 1001000 11111

Color Harmonies of #2D168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D168A

Black with #2D168A

Text Example


Text Example

White with #2D168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,22,138); }

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

background-color css

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

 a { background-color: rgb(45,22,138); }

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

border-color css

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

 span { border-color: rgb(45,22,138); }

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