Html Css Color HEX #30089B Persian Indigo

📋 copy color: '#30089B'

red 48 ◦ green 8 ◦ blue 155

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

Shades of Persian Indigo #30089B

Tints of Persian Indigo #30089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 22.75%
G = 3.79%
B = 73.46%

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

#30089B (or 0x30089B) is known color: Persian Indigo. HEX triplet: 30, 08 and 9B. RGB value is (48,8,155). Sum of RGB (Red+Green+Blue) = 48+8+155=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #30089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30089B is #CFF764. Grayscale: #242424. Windows color (decimal): -13629285 or 10160176. OLE color: 10160176.

HSL color Cylindrical-coordinate representation of color #30089B: hue angle of 256.33º degrees, saturation: 0.9, 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 #30089B is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 8 155 -
CMYK 0.69 0.95 0 0.39
HSL 256.33º 0.9% 0.32% -
HSV(B) 256.33º 0.95% 0.61% -
XYZ 7.22 3.17 31.24 -
YUV 36.72 194.75 136.05 -
System Red Green Blue C M Y K H S L
Decimal 48 8 155 0.69 0.95 0 0.39 256.33 0.9 0.32
Hex 30 8 9B 45 5F 0 27 100 5A 20
Octal 60 10 233 105 137 0 47 400 132 40
Binary 110000 1000 10011011 1000101 1011111 0 100111 100000000 1011010 100000

Color Harmonies of #30089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30089B

Black with #30089B

Text Example


Text Example

White with #30089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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