Html Css Color HEX #30008A Persian Indigo

📋 copy color: '#30008A'

red 48 ◦ green 0 ◦ blue 138

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

Shades of Persian Indigo #30008A

Tints of Persian Indigo #30008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.81%
G = 0%
B = 74.19%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30008A (or 0x30008A) is known color: Persian Indigo. HEX triplet: 30, 00 and 8A. RGB value is (48,0,138). Sum of RGB (Red+Green+Blue) = 48+0+138=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #30008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30008A is #CFFF75. Grayscale: #1D1D1D. Windows color (decimal): -13631350 or 9044016. OLE color: 9044016.

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

Color convert

RGB 48 0 138 -
CMYK 0.65 1 0 0.46
HSL 260.87º 1% 0.27% -
HSV(B) 260.87º 1% 0.54% -
XYZ 5.81 2.46 24.21 -
YUV 30.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 48 0 138 0.65 1 0 0.46 260.87 1 0.27
Hex 30 0 8A 41 64 0 2E 105 64 1B
Octal 60 0 212 101 144 0 56 405 144 33
Binary 110000 0 10001010 1000001 1100100 0 101110 100000101 1100100 11011

Color Harmonies of #30008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30008A

Black with #30008A

Text Example


Text Example

White with #30008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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