Html Css Color HEX #2D0092 Persian Indigo

📋 copy color: '#2D0092'

red 45 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #2D0092

Tints of Persian Indigo #2D0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 76.44%

R = 23.56%
G = 0%
B = 76.44%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D0092 (or 0x2D0092) is known color: Persian Indigo. HEX triplet: 2D, 00 and 92. RGB value is (45,0,146). Sum of RGB (Red+Green+Blue) = 45+0+146=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0092 is #D2FF6D. Grayscale: #1D1D1D. Windows color (decimal): -13827950 or 9568301. OLE color: 9568301.

HSL color Cylindrical-coordinate representation of color #2D0092: hue angle of 258.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0092 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 0 146 -
CMYK 0.69 1 0 0.43
HSL 258.49º 1% 0.29% -
HSV(B) 258.49º 1% 0.57% -
XYZ 6.27 2.63 27.37 -
YUV 30.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 45 0 146 0.69 1 0 0.43 258.49 1 0.29
Hex 2D 0 92 45 64 0 2B 102 64 1D
Octal 55 0 222 105 144 0 53 402 144 35
Binary 101101 0 10010010 1000101 1100100 0 101011 100000010 1100100 11101

Color Harmonies of #2D0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0092

Black with #2D0092

Text Example


Text Example

White with #2D0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,0,146); }

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

background-color css

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

 a { background-color: rgb(45,0,146); }

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

border-color css

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

 span { border-color: rgb(45,0,146); }

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