Html Css Color HEX #30019D Persian Indigo

📋 copy color: '#30019D'

red 48 ◦ green 1 ◦ blue 157

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

Shades of Persian Indigo #30019D

Tints of Persian Indigo #30019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 23.3%
G = 0.49%
B = 76.21%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30019D (or 0x30019D) is known color: Persian Indigo. HEX triplet: 30, 01 and 9D. RGB value is (48,1,157). Sum of RGB (Red+Green+Blue) = 48+1+157=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #30019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30019D is #CFFE62. Grayscale: #202020. Windows color (decimal): -13631075 or 10289456. OLE color: 10289456.

HSL color Cylindrical-coordinate representation of color #30019D: hue angle of 258.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30019D is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 1 157 -
CMYK 0.69 0.99 0 0.38
HSL 258.08º 0.99% 0.31% -
HSV(B) 258.08º 0.99% 0.62% -
XYZ 7.32 3.08 32.11 -
YUV 32.84 198.07 138.82 -
System Red Green Blue C M Y K H S L
Decimal 48 1 157 0.69 0.99 0 0.38 258.08 0.99 0.31
Hex 30 1 9D 45 63 0 26 102 63 1F
Octal 60 1 235 105 143 0 46 402 143 37
Binary 110000 1 10011101 1000101 1100011 0 100110 100000010 1100011 11111

Color Harmonies of #30019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30019D

Black with #30019D

Text Example


Text Example

White with #30019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,1,157); }

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

background-color css

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

 a { background-color: rgb(48,1,157); }

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

border-color css

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

 span { border-color: rgb(48,1,157); }

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