Html Css Color HEX #30078B Persian Indigo

📋 copy color: '#30078B'

red 48 ◦ green 7 ◦ blue 139

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

Shades of Persian Indigo #30078B

Tints of Persian Indigo #30078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 24.74%
G = 3.61%
B = 71.65%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30078B (or 0x30078B) is known color: Persian Indigo. HEX triplet: 30, 07 and 8B. RGB value is (48,7,139). Sum of RGB (Red+Green+Blue) = 48+7+139=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #30078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30078B is #CFF874. Grayscale: #212121. Windows color (decimal): -13629557 or 9111344. OLE color: 9111344.

HSL color Cylindrical-coordinate representation of color #30078B: hue angle of 258.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30078B is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 7 139 -
CMYK 0.65 0.95 0 0.45
HSL 258.64º 0.9% 0.29% -
HSV(B) 258.64º 0.95% 0.55% -
XYZ 5.96 2.64 24.62 -
YUV 34.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 48 7 139 0.65 0.95 0 0.45 258.64 0.9 0.29
Hex 30 7 8B 41 5F 0 2D 103 5A 1D
Octal 60 7 213 101 137 0 55 403 132 35
Binary 110000 111 10001011 1000001 1011111 0 101101 100000011 1011010 11101

Color Harmonies of #30078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30078B

Black with #30078B

Text Example


Text Example

White with #30078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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