Html Css Color HEX #30128D Persian Indigo

📋 copy color: '#30128D'

red 48 ◦ green 18 ◦ blue 141

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

Shades of Persian Indigo #30128D

Tints of Persian Indigo #30128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 23.19%
G = 8.7%
B = 68.12%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30128D (or 0x30128D) is known color: Persian Indigo. HEX triplet: 30, 12 and 8D. RGB value is (48,18,141). Sum of RGB (Red+Green+Blue) = 48+18+141=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #30128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30128D is #CFED72. Grayscale: #282828. Windows color (decimal): -13626739 or 9245232. OLE color: 9245232.

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

Color convert

RGB 48 18 141 -
CMYK 0.66 0.87 0 0.45
HSL 254.63º 0.77% 0.31% -
HSV(B) 254.63º 0.87% 0.55% -
XYZ 6.24 2.98 25.45 -
YUV 40.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 48 18 141 0.66 0.87 0 0.45 254.63 0.77 0.31
Hex 30 12 8D 42 57 0 2D FF 4D 1F
Octal 60 22 215 102 127 0 55 377 115 37
Binary 110000 10010 10001101 1000010 1010111 0 101101 11111111 1001101 11111

Color Harmonies of #30128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30128D

Black with #30128D

Text Example


Text Example

White with #30128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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