Html Css Color HEX #30079B Persian Indigo

📋 copy color: '#30079B'

red 48 ◦ green 7 ◦ blue 155

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

Shades of Persian Indigo #30079B

Tints of Persian Indigo #30079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.81%

R = 22.86%
G = 3.33%
B = 73.81%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30079B (or 0x30079B) is known color: Persian Indigo. HEX triplet: 30, 07 and 9B. RGB value is (48,7,155). Sum of RGB (Red+Green+Blue) = 48+7+155=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #30079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30079B is #CFF864. Grayscale: #232323. Windows color (decimal): -13629541 or 10159920. OLE color: 10159920.

HSL color Cylindrical-coordinate representation of color #30079B: hue angle of 256.62º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30079B is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 7 155 -
CMYK 0.69 0.95 0 0.39
HSL 256.62º 0.91% 0.32% -
HSV(B) 256.62º 0.95% 0.61% -
XYZ 7.21 3.15 31.24 -
YUV 36.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 48 7 155 0.69 0.95 0 0.39 256.62 0.91 0.32
Hex 30 7 9B 45 5F 0 27 101 5B 20
Octal 60 7 233 105 137 0 47 401 133 40
Binary 110000 111 10011011 1000101 1011111 0 100111 100000001 1011011 100000

Color Harmonies of #30079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30079B

Black with #30079B

Text Example


Text Example

White with #30079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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