Html Css Color HEX #30018C Persian Indigo

📋 copy color: '#30018C'

red 48 ◦ green 1 ◦ blue 140

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

Shades of Persian Indigo #30018C

Tints of Persian Indigo #30018C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 140 (55.08% from 255) = 74.07%

R = 25.4%
G = 0.53%
B = 74.07%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30018C (or 0x30018C) is known color: Persian Indigo. HEX triplet: 30, 01 and 8C. RGB value is (48,1,140). Sum of RGB (Red+Green+Blue) = 48+1+140=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #30018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30018C is #CFFE73. Grayscale: #1E1E1E. Windows color (decimal): -13631092 or 9175344. OLE color: 9175344.

HSL color Cylindrical-coordinate representation of color #30018C: hue angle of 260.29º degrees, saturation: 0.99, 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 #30018C is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 1 140 -
CMYK 0.66 0.99 0 0.45
HSL 260.29º 0.99% 0.28% -
HSV(B) 260.29º 0.99% 0.55% -
XYZ 5.96 2.54 24.99 -
YUV 30.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 48 1 140 0.66 0.99 0 0.45 260.29 0.99 0.28
Hex 30 1 8C 42 63 0 2D 104 63 1C
Octal 60 1 214 102 143 0 55 404 143 34
Binary 110000 1 10001100 1000010 1100011 0 101101 100000100 1100011 11100

Color Harmonies of #30018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30018C

Black with #30018C

Text Example


Text Example

White with #30018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30018C; }

 p { color: rgb(48,1,140); }

 H1.HeaderClassName
 {
   color: #30018C;
 }
 .AnyTagClassName
 {
   color: #30018C;
 }
</style>

background-color css

<style>
 a { background-color: #30018C; }

 a { background-color: rgb(48,1,140); }

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

border-color css

<style>
 span { border-color: #30018C; }

 span { border-color: rgb(48,1,140); }

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