Html Css Color HEX #30008D Persian Indigo

📋 copy color: '#30008D'

red 48 ◦ green 0 ◦ blue 141

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

Shades of Persian Indigo #30008D

Tints of Persian Indigo #30008D

RGB

 RED value IS 48 (19.14% from 255) = 25.4%

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

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

R = 25.4%
G = 0%
B = 74.6%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30008D (or 0x30008D) is known color: Persian Indigo. HEX triplet: 30, 00 and 8D. RGB value is (48,0,141). Sum of RGB (Red+Green+Blue) = 48+0+141=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #30008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30008D is #CFFF72. Grayscale: #1D1D1D. Windows color (decimal): -13631347 or 9240624. OLE color: 9240624.

HSL color Cylindrical-coordinate representation of color #30008D: hue angle of 260.43º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30008D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 0 141 -
CMYK 0.66 1 0 0.45
HSL 260.43º 1% 0.28% -
HSV(B) 260.43º 1% 0.55% -
XYZ 6.03 2.55 25.37 -
YUV 30.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 48 0 141 0.66 1 0 0.45 260.43 1 0.28
Hex 30 0 8D 42 64 0 2D 104 64 1C
Octal 60 0 215 102 144 0 55 404 144 34
Binary 110000 0 10001101 1000010 1100100 0 101101 100000100 1100100 11100

Color Harmonies of #30008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30008D

Black with #30008D

Text Example


Text Example

White with #30008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30008D; }

 p { color: rgb(48,0,141); }

 H1.HeaderClassName
 {
   color: #30008D;
 }
 .AnyTagClassName
 {
   color: #30008D;
 }
</style>

background-color css

<style>
 a { background-color: #30008D; }

 a { background-color: rgb(48,0,141); }

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

border-color css

<style>
 span { border-color: #30008D; }

 span { border-color: rgb(48,0,141); }

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