Html Css Color HEX #30028B Persian Indigo

📋 copy color: '#30028B'

red 48 ◦ green 2 ◦ blue 139

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

Shades of Persian Indigo #30028B

Tints of Persian Indigo #30028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 25.4%
G = 1.06%
B = 73.54%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30028B (or 0x30028B) is known color: Persian Indigo. HEX triplet: 30, 02 and 8B. RGB value is (48,2,139). Sum of RGB (Red+Green+Blue) = 48+2+139=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #30028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30028B is #CFFD74. Grayscale: #1E1E1E. Windows color (decimal): -13630837 or 9110064. OLE color: 9110064.

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

Color convert

RGB 48 2 139 -
CMYK 0.65 0.99 0 0.45
HSL 260.15º 0.97% 0.28% -
HSV(B) 260.15º 0.99% 0.55% -
XYZ 5.9 2.54 24.6 -
YUV 31.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 48 2 139 0.65 0.99 0 0.45 260.15 0.97 0.28
Hex 30 2 8B 41 63 0 2D 104 61 1C
Octal 60 2 213 101 143 0 55 404 141 34
Binary 110000 10 10001011 1000001 1100011 0 101101 100000100 1100001 11100

Color Harmonies of #30028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30028B

Black with #30028B

Text Example


Text Example

White with #30028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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