Html Css Color HEX #30078A Persian Indigo

📋 copy color: '#30078A'

red 48 ◦ green 7 ◦ blue 138

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

Shades of Persian Indigo #30078A

Tints of Persian Indigo #30078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.5%

R = 24.87%
G = 3.63%
B = 71.5%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30078A (or 0x30078A) is known color: Persian Indigo. HEX triplet: 30, 07 and 8A. RGB value is (48,7,138). Sum of RGB (Red+Green+Blue) = 48+7+138=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #30078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30078A is #CFF875. Grayscale: #212121. Windows color (decimal): -13629558 or 9045808. OLE color: 9045808.

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

Color convert

RGB 48 7 138 -
CMYK 0.65 0.95 0 0.46
HSL 258.78º 0.9% 0.28% -
HSV(B) 258.78º 0.95% 0.54% -
XYZ 5.88 2.62 24.24 -
YUV 34.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 48 7 138 0.65 0.95 0 0.46 258.78 0.9 0.28
Hex 30 7 8A 41 5F 0 2E 103 5A 1C
Octal 60 7 212 101 137 0 56 403 132 34
Binary 110000 111 10001010 1000001 1011111 0 101110 100000011 1011010 11100

Color Harmonies of #30078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30078A

Black with #30078A

Text Example


Text Example

White with #30078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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