Html Css Color HEX #30146C Persian Indigo

📋 copy color: '#30146C'

red 48 ◦ green 20 ◦ blue 108

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

Shades of Persian Indigo #30146C

Tints of Persian Indigo #30146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 108 (42.58% from 255) = 61.36%

R = 27.27%
G = 11.36%
B = 61.36%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30146C (or 0x30146C) is known color: Persian Indigo. HEX triplet: 30, 14 and 6C. RGB value is (48,20,108). Sum of RGB (Red+Green+Blue) = 48+20+108=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #30146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30146C is #CFEB93. Grayscale: #262626. Windows color (decimal): -13626260 or 7083056. OLE color: 7083056.

HSL color Cylindrical-coordinate representation of color #30146C: hue angle of 259.09º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30146C is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 20 108 -
CMYK 0.56 0.81 0 0.58
HSL 259.09º 0.69% 0.25% -
HSV(B) 259.09º 0.81% 0.42% -
XYZ 4.18 2.21 14.39 -
YUV 38.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 48 20 108 0.56 0.81 0 0.58 259.09 0.69 0.25
Hex 30 14 6C 38 51 0 3A 103 45 19
Octal 60 24 154 70 121 0 72 403 105 31
Binary 110000 10100 1101100 111000 1010001 0 111010 100000011 1000101 11001

Color Harmonies of #30146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30146C

Black with #30146C

Text Example


Text Example

White with #30146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,20,108); }

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

background-color css

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

 a { background-color: rgb(48,20,108); }

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

border-color css

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

 span { border-color: rgb(48,20,108); }

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