Html Css Color HEX #30128B Persian Indigo

📋 copy color: '#30128B'

red 48 ◦ green 18 ◦ blue 139

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

Shades of Persian Indigo #30128B

Tints of Persian Indigo #30128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 23.41%
G = 8.78%
B = 67.8%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30128B (or 0x30128B) is known color: Persian Indigo. HEX triplet: 30, 12 and 8B. RGB value is (48,18,139). Sum of RGB (Red+Green+Blue) = 48+18+139=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #30128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30128B is #CFED74. Grayscale: #282828. Windows color (decimal): -13626741 or 9114160. OLE color: 9114160.

HSL color Cylindrical-coordinate representation of color #30128B: hue angle of 254.88º 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 #30128B is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 18 139 -
CMYK 0.65 0.87 0 0.45
HSL 254.88º 0.77% 0.31% -
HSV(B) 254.88º 0.87% 0.55% -
XYZ 6.1 2.93 24.67 -
YUV 40.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 48 18 139 0.65 0.87 0 0.45 254.88 0.77 0.31
Hex 30 12 8B 41 57 0 2D FF 4D 1F
Octal 60 22 213 101 127 0 55 377 115 37
Binary 110000 10010 10001011 1000001 1010111 0 101101 11111111 1001101 11111

Color Harmonies of #30128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30128B

Black with #30128B

Text Example


Text Example

White with #30128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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