Html Css Color HEX #2D078A Persian Indigo

📋 copy color: '#2D078A'

red 45 ◦ green 7 ◦ blue 138

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

Shades of Persian Indigo #2D078A

Tints of Persian Indigo #2D078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

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

R = 23.68%
G = 3.68%
B = 72.63%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D078A (or 0x2D078A) is known color: Persian Indigo. HEX triplet: 2D, 07 and 8A. RGB value is (45,7,138). Sum of RGB (Red+Green+Blue) = 45+7+138=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D078A is #D2F875. Grayscale: #202020. Windows color (decimal): -13826166 or 9045805. OLE color: 9045805.

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

Color convert

RGB 45 7 138 -
CMYK 0.67 0.95 0 0.46
HSL 257.4º 0.9% 0.28% -
HSV(B) 257.4º 0.95% 0.54% -
XYZ 5.75 2.54 24.23 -
YUV 33.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 45 7 138 0.67 0.95 0 0.46 257.4 0.9 0.28
Hex 2D 7 8A 43 5F 0 2E 101 5A 1C
Octal 55 7 212 103 137 0 56 401 132 34
Binary 101101 111 10001010 1000011 1011111 0 101110 100000001 1011010 11100

Color Harmonies of #2D078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D078A

Black with #2D078A

Text Example


Text Example

White with #2D078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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